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.29 by ayin, Mon Jan 23 09:56:47 2006 UTC vs.
Revision 1.33 by root, Sat Jun 2 04:57:54 2007 UTC

39all: 39all:
40 40
41SEDREPLACE = -e 's%@@RXVT_VERSION@@%$(VERSION)%g;' \ 41SEDREPLACE = -e 's%@@RXVT_VERSION@@%$(VERSION)%g;' \
42 -e 's%@@RXVT_NAME@@%$(RXVTNAME)%g;' \ 42 -e 's%@@RXVT_NAME@@%$(RXVTNAME)%g;' \
43 -e 's%@@RXVT_DATE@@%$(DATE)%g;' \ 43 -e 's%@@RXVT_DATE@@%$(DATE)%g;' \
44 -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;' 44 -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;' \
45 -e 's%@@URXVT_NAME@@%urxvt%g;'
45 46
46rxvtperl.3.pod: ../src/urxvt.pm 47rxvtperl.3.pod: ../src/urxvt.pm
47 $(CP) $< $@ 48 $(CP) $< $@
48 49
49%.tbl: %.pod 50%.tbl: %.pod
50 ./podtbl <$< >$@ 51 $(srcdir)/podtbl <$< >$@
51 52
52%.1.man.in: %.1.tbl 53%.1.man.in: %.1.tbl
53 pod2man -n rxvt -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" <$< >$@ 54 pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" <$< >$@
54 55
55%.3.man.in: %.3.tbl 56%.3.man.in: %.3.tbl
56 pod2man -n rxvt -r"$(VERSION)" -q\" -s3 -c "RXVT-UNICODE" <$< >$@ 57 pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s3 -c "RXVT-UNICODE" <$< >$@
57 58
58%.7.man.in: %.7.tbl 59%.7.man.in: %.7.tbl
59 pod2man -n rxvt -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@ 60 pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@
60 61
61%.html: %.tbl 62%.html: %.tbl
62 $(SED) $(SEDREPLACE) <$< | pod2html >$@ 63 $(SED) $(SEDREPLACE) <$< | pod2html >$@
63 64
64%.txt: %.tbl 65%.txt: %.tbl
66 67
67../README.configure: rxvt.7.tbl 68../README.configure: rxvt.7.tbl
68 $(SED) $(SEDREPLACE) <$< | podselect -section "CONFIGURE OPTIONS" | pod2text >$@ 69 $(SED) $(SEDREPLACE) <$< | podselect -section "CONFIGURE OPTIONS" | pod2text >$@
69 70
70../README.FAQ: rxvt.7.tbl 71../README.FAQ: rxvt.7.tbl
71 $(SED) $(SEDREPLACE) <$< | podselect -section "FREQUENTLY ASKED QUESTIONS" | pod2text >$@ 72 $(SED) $(SEDREPLACE) <$< | podselect -section "RXVT-UNICODE\/URXVT FREQUENTLY ASKED QUESTIONS" | pod2text >$@
72 73
73tags allbin: 74tags allbin:
74 75
75alldoc: 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 \
76 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 \
77 rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html rxvtperl.3.html \ 78 rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html rxvtperl.3.html \
78 ../README.configure ../README.FAQ 79 ../README.configure ../README.FAQ
79 infocmp -C rxvt-unicode >etc/rxvt-unicode.termcap 80 infocmp -C rxvt-unicode >$(srcdir)/etc/rxvt-unicode.termcap
80 81
81clean: 82clean:
82 rm -f *~ 83 rm -f *~
83 84
84realclean: clean 85realclean: clean
92 93
93distclean: 94distclean:
94 95
95install: 96install:
96 $(INSTALL) -d $(DESTDIR)$(man1dir) 97 $(INSTALL) -d $(DESTDIR)$(man1dir)
97 $(SED) $(SEDREPLACE) < rxvt.1.man.in >rxvt.1.man 98 $(SED) $(SEDREPLACE) < $(srcdir)/rxvt.1.man.in >rxvt.1.man
98 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext) 99 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext)
99 $(SED) $(SEDREPLACE) < rxvtc.1.man.in >rxvtc.1.man 100 $(SED) $(SEDREPLACE) < $(srcdir)/rxvtc.1.man.in >rxvtc.1.man
100 $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext) 101 $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext)
101 $(SED) $(SEDREPLACE) < rxvtd.1.man.in >rxvtd.1.man 102 $(SED) $(SEDREPLACE) < $(srcdir)/rxvtd.1.man.in >rxvtd.1.man
102 $(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext) 103 $(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext)
103 $(INSTALL) -d $(DESTDIR)$(man7dir) 104 $(INSTALL) -d $(DESTDIR)$(man7dir)
104 $(SED) $(SEDREPLACE) < rxvt.7.man.in >rxvt.7.man 105 $(SED) $(SEDREPLACE) < $(srcdir)/rxvt.7.man.in >rxvt.7.man
105 $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext) 106 $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
106@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir) 107@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir)
107@IF_PERL@ $(SED) $(SEDREPLACE) < rxvtperl.3.man.in >rxvtperl.3.man 108@IF_PERL@ $(SED) $(SEDREPLACE) < $(srcdir)/rxvtperl.3.man.in >rxvtperl.3.man
108@IF_PERL@ $(INSTALL_DATA) rxvtperl.3.man $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext) 109@IF_PERL@ $(INSTALL_DATA) rxvtperl.3.man $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
109 if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ etc/rxvt-unicode.terminfo; fi; fi 110 if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo; fi; fi
110 111
111uninstall: 112uninstall:
112 -(cd $(mandir); rm -f $(RXVTNAME).$(manext) ) 113 -(cd $(mandir); rm -f $(RXVTNAME).$(manext) )
113 114
114distdepend: alldoc 115distdepend: alldoc

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines