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