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.16 by root, Sun Aug 22 22:25:11 2004 UTC vs.
Revision 1.19 by root, Wed Sep 8 17:22:35 2004 UTC

1# doc/Makefile.in -*- Makefile -*- 1# doc/Makefile.in -*- Makefile -*-
2# $Id: Makefile.in,v 1.16 2004/08/22 22:25:11 root Exp $ 2# $Id: Makefile.in,v 1.19 2004/09/08 17:22:35 root Exp $
3@MCOMMON@ 3@MCOMMON@
4 4
5srcdir = @srcdir@ 5srcdir = @srcdir@
6VPATH = @srcdir@ 6VPATH = @srcdir@
7.PATH: @srcdir@ 7.PATH: @srcdir@
32 -e 's%@@RXVT_MAINT@@%$(MAINT)%g;'\ 32 -e 's%@@RXVT_MAINT@@%$(MAINT)%g;'\
33 -e 's%@@RXVT_WEBPAGE@@%$(WEBPAGE)%g;'\ 33 -e 's%@@RXVT_WEBPAGE@@%$(WEBPAGE)%g;'\
34 -e 's%@@RXVT_WEBMAINTEMAIL@@%$(WEBMAINTEMAIL)%g;'\ 34 -e 's%@@RXVT_WEBMAINTEMAIL@@%$(WEBMAINTEMAIL)%g;'\
35 -e 's%@@RXVT_WEBMAINT@@%$(WEBMAINT)%g;' 35 -e 's%@@RXVT_WEBMAINT@@%$(WEBMAINT)%g;'
36 36
37rxvt.1.man: rxvt.1.pod 37%.tbl: %.pod
38 $(SED) $(SEDREPLACE) < $< | ./podtbl | pod2man -n rxvt -qnone -s1 -c "RXVT-UNICODE" >$@ 38 ./podtbl <$< >$@
39 39
40rxvt.7.man: rxvt.7.pod 40%.1.man.in: %.1.tbl
41 $(SED) $(SEDREPLACE) < $< | ./podtbl | pod2man -n rxvt -qnone -s7 -c "RXVT-UNICODE" >$@ 41 pod2man -n rxvt -r"$(VERSION)" -qnone -s1 -c "RXVT-UNICODE" <$< >$@
42 42
43rxvt.1.html: rxvt.1.pod 43%.7.man.in: %.7.tbl
44 $(SED) $(SEDREPLACE) < $< | ./podtbl | pod2html >$@ 44 pod2man -n rxvt -r"$(VERSION)" -qnone -s7 -c "RXVT-UNICODE" <$< >$@
45 45
46rxvt.7.html: rxvt.7.pod 46%.html: %.tbl
47 $(SED) $(SEDREPLACE) < $< | ./podtbl | pod2html >$@ 47 $(SED) $(SEDREPLACE) <$< | pod2html >$@
48 48
49rxvt.1.txt: rxvt.1.pod 49%.txt: %.tbl
50 $(SED) $(SEDREPLACE) < $< | ./podtbl | pod2text >$@ 50 $(SED) $(SEDREPLACE) <$< | pod2text >$@
51 51
52rxvt.7.txt: rxvt.7.pod 52../README.configure: rxvt.7.tbl
53 $(SED) $(SEDREPLACE) < $< | ./podtbl | pod2text >$@ 53 $(SED) $(SEDREPLACE) <$< | podselect -section "CONFIGURE OPTIONS" | pod2text >$@
54 54
55../README.configure: rxvt.7.pod 55../README.FAQ: rxvt.7.tbl
56 $(SED) $(SEDREPLACE) < $< | ./podtbl | podselect -section "CONFIGURE OPTIONS" | pod2text >$@ 56 $(SED) $(SEDREPLACE) <$< | podselect -section "FREQUENTLY ASKED QUESTIONS" | pod2text >$@
57 57
58tags allbin: 58tags allbin:
59 59
60alldoc: $(basedir)/$(VERNAME).lsm rxvt.1.man rxvt.7.man rxvt.1.html rxvt.7.html rxvt.1.txt rxvt.7.txt ../README.configure 60alldoc: $(basedir)/$(VERNAME).lsm rxvt.1.man.in rxvt.7.man.in rxvt.1.html rxvt.7.html rxvt.1.txt rxvt.7.txt ../README.configure ../README.FAQ
61 61
62$(basedir)/$(VERNAME).lsm: LSM.in $(srcdir)/../autoconf/Make.common.in 62$(basedir)/$(VERNAME).lsm: LSM.in $(srcdir)/../autoconf/Make.common.in
63 $(SED) $(SEDREPLACE) < $(srcdir)/LSM.in > $@ 63 $(SED) $(SEDREPLACE) < $(srcdir)/LSM.in > $@
64 64
65clean: 65clean:
66 $(RMF) *~ 66 $(RMF) *~
67 67
68realclean: clean 68realclean: clean
69 $(RMF) tags rxvt.1.man rxvt.7.man rxvt.1.html rxvt.7.htmlrxvt.1.txt rxvt.7.txt 69 $(RMF) tags rxvt.1.man.in rxvt.7.man.in rxvt.1.html rxvt.7.html rxvt.1.txt rxvt.7.txt ../README.configure ../README.FAQ
70 70
71cleandir: realclean 71cleandir: realclean
72 72
73distclean: 73distclean:
74 74
75install: 75install:
76 $(INSTALL) -d $(DESTDIR)$(man1dir) 76 $(INSTALL) -d $(DESTDIR)$(man1dir)
77 $(INSTALL) -d $(DESTDIR)$(man7dir) 77 $(INSTALL) -d $(DESTDIR)$(man7dir)
78 $(SED) $(SEDREPLACE) < rxvt.1.man.in >rxvt.1.man
78 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext) 79 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext)
80 $(SED) $(SEDREPLACE) < rxvt.7.man.in >rxvt.7.man
79 $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext) 81 $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
80 $(INSTALL_DATA) rxvtc.1 $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext) 82 $(INSTALL_DATA) rxvtc.1 $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext)
81 $(INSTALL_DATA) rxvtc.1 $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext) 83 $(INSTALL_DATA) rxvtc.1 $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext)
82 if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ etc/rxvt-unicode.terminfo; fi; fi 84 if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ etc/rxvt-unicode.terminfo; fi; fi
83 85

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines