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.30 by root, Tue Jan 31 20:57:29 2006 UTC vs.
Revision 1.31 by root, Thu Jul 6 19:43:21 2006 UTC

49 49
50%.tbl: %.pod 50%.tbl: %.pod
51 ./podtbl <$< >$@ 51 ./podtbl <$< >$@
52 52
53%.1.man.in: %.1.tbl 53%.1.man.in: %.1.tbl
54 pod2man -n rxvt -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" <$< >$@ 54 pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" <$< >$@
55 55
56%.3.man.in: %.3.tbl 56%.3.man.in: %.3.tbl
57 pod2man -n rxvt -r"$(VERSION)" -q\" -s3 -c "RXVT-UNICODE" <$< >$@ 57 pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s3 -c "RXVT-UNICODE" <$< >$@
58 58
59%.7.man.in: %.7.tbl 59%.7.man.in: %.7.tbl
60 pod2man -n rxvt -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@ 60 pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@
61 61
62%.html: %.tbl 62%.html: %.tbl
63 $(SED) $(SEDREPLACE) <$< | pod2html >$@ 63 $(SED) $(SEDREPLACE) <$< | pod2html >$@
64 64
65%.txt: %.tbl 65%.txt: %.tbl
67 67
68../README.configure: rxvt.7.tbl 68../README.configure: rxvt.7.tbl
69 $(SED) $(SEDREPLACE) <$< | podselect -section "CONFIGURE OPTIONS" | pod2text >$@ 69 $(SED) $(SEDREPLACE) <$< | podselect -section "CONFIGURE OPTIONS" | pod2text >$@
70 70
71../README.FAQ: rxvt.7.tbl 71../README.FAQ: rxvt.7.tbl
72 $(SED) $(SEDREPLACE) <$< | podselect -section "FREQUENTLY ASKED QUESTIONS" | pod2text >$@ 72 $(SED) $(SEDREPLACE) <$< | podselect -section "RXVT-UNICODE\/URXVT FREQUENTLY ASKED QUESTIONS" | pod2text >$@
73 73
74tags allbin: 74tags allbin:
75 75
76alldoc: rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in \ 76alldoc: 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 \ 77 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