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.35 by ayin, Thu Jun 7 15:24:42 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines