summaryrefslogtreecommitdiff
path: root/manpages/Makefile
blob: bb2ebd7d769cd2e2d9a3c4b161dc721115ca7230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
MANDIR := ../data/man

all: $(MANDIR)/man1/feed2imap.1 $(MANDIR)/man1/feed2imap-cleaner.1 $(MANDIR)/man1/feed2imap-dumpconfig.1 $(MANDIR)/man1/feed2imap-opmlimport.1 $(MANDIR)/man5/feed2imaprc.5

$(MANDIR)/man1/feed2imap.1: feed2imap.xml
	docbook2x-man $<
	cp $$(basename $@) $@

$(MANDIR)/man1/feed2imap-cleaner.1: feed2imap-cleaner.xml
	docbook2x-man $<
	cp $$(basename $@) $@

$(MANDIR)/man1/feed2imap-dumpconfig.1: feed2imap-dumpconfig.xml
	docbook2x-man $<
	cp $$(basename $@) $@

$(MANDIR)/man1/feed2imap-opmlimport.1: feed2imap-opmlimport.xml
	docbook2x-man $<
	cp $$(basename $@) $@

$(MANDIR)/man5/feed2imaprc.5: feed2imaprc.xml
	docbook2x-man $<
	cp $$(basename $@) $@
ss='deletions'>-3/+3 2008-01-10 r595@Devoty: necoro | 2008-01-10 04:04:15 +0100Necoro1-52/+3 2008-01-09 r586@Devoty: necoro | 2008-01-09 14:54:18 +0100Necoro1-1/+1 2007-12-06 r577@Devoty: necoro | 2007-12-06 20:37:36 +0100Necoro1-1/+1 2007-12-06 r572@Devoty: necoro | 2007-11-28 08:48:15 +0100Necoro1-0/+1 2007-11-27 r570@Devoty: necoro | 2007-11-27 02:08:21 +0100Necoro3-84/+108