ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/Makefile.in
(Generate patch)

Comparing rxvt-unicode/doc/Makefile.in (file contents):
Revision 1.40 by ayin, Wed Jun 13 10:39:09 2007 UTC vs.
Revision 1.43 by root, Sun Jun 24 22:12:18 2007 UTC

13man1ext = 1 13man1ext = 1
14man3dir = @mandir@/man3 14man3dir = @mandir@/man3
15man3ext = 3 15man3ext = 3
16man7dir = @mandir@/man7 16man7dir = @mandir@/man7
17man7ext = 7 17man7ext = 7
18CP = @CP@
19LN = @LN@
20SED = @SED@
21ECHO = @ECHO@
22PERL = @PERL@ 18PERL = @PERL@
23INSTALL = @INSTALL@ 19INSTALL = @INSTALL@
24INSTALL_PROGRAM = @INSTALL@ -m 755 20INSTALL_PROGRAM = @INSTALL@ -m 755
25INSTALL_DATA = @INSTALL@ -m 644 21INSTALL_DATA = @INSTALL@ -m 644
26 22
37 -e 's%@@RXVT_DATE@@%$(DATE)%g;' \ 33 -e 's%@@RXVT_DATE@@%$(DATE)%g;' \
38 -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;' \ 34 -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;' \
39 -e 's%@@URXVT_NAME@@%urxvt%g;' 35 -e 's%@@URXVT_NAME@@%urxvt%g;'
40 36
41all: 37all:
42 $(SED) $(SEDREPLACE) < $(srcdir)/rxvt.1.man.in >rxvt.1.man 38 sed $(SEDREPLACE) < $(srcdir)/rxvt.1.man.in >rxvt.1.man
43 $(SED) $(SEDREPLACE) < $(srcdir)/rxvtc.1.man.in >rxvtc.1.man 39 sed $(SEDREPLACE) < $(srcdir)/rxvtc.1.man.in >rxvtc.1.man
44 $(SED) $(SEDREPLACE) < $(srcdir)/rxvtd.1.man.in >rxvtd.1.man 40 sed $(SEDREPLACE) < $(srcdir)/rxvtd.1.man.in >rxvtd.1.man
45 $(SED) $(SEDREPLACE) < $(srcdir)/rxvt.7.man.in >rxvt.7.man 41 sed $(SEDREPLACE) < $(srcdir)/rxvt.7.man.in >rxvt.7.man
46@IF_PERL@ $(SED) $(SEDREPLACE) < $(srcdir)/rxvtperl.3.man.in >rxvtperl.3.man 42@IF_PERL@ sed $(SEDREPLACE) < $(srcdir)/rxvtperl.3.man.in >rxvtperl.3.man
47 43
48rxvtperl.3.pod: ../src/urxvt.pm 44rxvtperl.3.pod: ../src/urxvt.pm
49 $(CP) $< $@ 45 cp $< $@
50 46
51%.tbl: %.pod 47%.tbl: %.pod
52 $(srcdir)/podtbl <$< >$@ 48 $(srcdir)/podtbl <$< >$@
53 49
54%.1.man.in: %.1.tbl 50%.1.man.in: %.1.tbl
59 55
60%.7.man.in: %.7.tbl 56%.7.man.in: %.7.tbl
61 pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@ 57 pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@
62 58
63%.html: %.tbl 59%.html: %.tbl
64 $(SED) $(SEDREPLACE) <$< | pod2html >$@ 60 sed $(SEDREPLACE) <$< | pod2xhtml --css http://res.tst.eu/pod.css >$@
65 61
66%.txt: %.tbl 62%.txt: %.tbl
67 $(SED) $(SEDREPLACE) <$< | pod2text >$@ 63 sed $(SEDREPLACE) <$< | pod2text >$@
68 64
69../README.configure: rxvt.7.tbl 65../README.configure: rxvt.7.tbl
70 $(SED) $(SEDREPLACE) <$< | podselect -section "CONFIGURE OPTIONS" | pod2text >$@ 66 sed $(SEDREPLACE) <$< | podselect -section "CONFIGURE OPTIONS" | pod2text >$@
71 67
72../README.FAQ: rxvt.7.tbl 68../README.FAQ: rxvt.7.tbl
73 $(SED) $(SEDREPLACE) <$< | podselect -section "RXVT-UNICODE\/URXVT FREQUENTLY ASKED QUESTIONS" | pod2text >$@ 69 sed $(SEDREPLACE) <$< | podselect -section "RXVT-UNICODE\/URXVT FREQUENTLY ASKED QUESTIONS" | pod2text >$@
74 70
75tags allbin: 71tags allbin:
76 72
77alldoc: rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in \ 73alldoc: rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in \
78 rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt rxvtperl.3.txt \ 74 rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt rxvtperl.3.txt \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines