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.27 by ayin, Mon Jan 16 18:07:12 2006 UTC vs.
Revision 1.35 by ayin, Thu Jun 7 15:24:42 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
18CC = @CC@
19CXX = @CXX@
20CPP = @CPP@
21MV = @MV@
22RM = @RM@
23RMF = @RM@ -f
24CP = @CP@ 18CP = @CP@
25LN = @LN@ 19LN = @LN@
26SED = @SED@ 20SED = @SED@
27AWK = @AWK@
28ECHO = @ECHO@ 21ECHO = @ECHO@
29CMP = @CMP@
30TBL = @TBL@
31PERL = @PERL@ 22PERL = @PERL@
32INSTALL = @INSTALL@ 23INSTALL = @INSTALL@
33INSTALL_PROGRAM = @INSTALL@ -m 755 24INSTALL_PROGRAM = @INSTALL@ -m 755
34INSTALL_DATA = @INSTALL@ -m 644 25INSTALL_DATA = @INSTALL@ -m 644
35CXXFLAGS = @CXXFLAGS@
36CPPFLAGS = @CPPFLAGS@ @XPM_CPPFLAGS@
37LDFLAGS = @LDFLAGS@
38DEFS = @DEFS@
39LIBS = @LIBS@
40DINCLUDE = @DINCLUDE@
41DLIB = @DLIB@
42XINC = @X_CFLAGS@ @XPM_CFLAGS@
43XLIB = @X_LIBS@ @XPM_LIBS@ -lX11 @X_EXTRA_LIBS@
44COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I$(basedir) -I$(srcdir) -I.
45LINK = @LINKER@ $(LDFLAGS)
46 26
47srcdir = @srcdir@ 27srcdir = @srcdir@
48VPATH = @srcdir@ 28VPATH = @srcdir@
49.PATH: @srcdir@ 29.PATH: @srcdir@
50 30
54first_rule: all 34first_rule: all
55dummy: 35dummy:
56 36
57#------------------------------------------------------------------------- 37#-------------------------------------------------------------------------
58 38
59all:
60
61SEDREPLACE = -e 's%@@RXVT_VERSION@@%$(VERSION)%g;' \ 39SEDREPLACE = -e 's%@@RXVT_VERSION@@%$(VERSION)%g;' \
62 -e 's%@@RXVT_NAME@@%$(RXVTNAME)%g;' \ 40 -e 's%@@RXVT_NAME@@%$(RXVTNAME)%g;' \
63 -e 's%@@RXVT_DATE@@%$(DATE)%g;' \ 41 -e 's%@@RXVT_DATE@@%$(DATE)%g;' \
64 -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;' 42 -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;' \
43 -e 's%@@URXVT_NAME@@%urxvt%g;'
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
65 51
66rxvtperl.3.pod: ../src/urxvt.pm 52rxvtperl.3.pod: ../src/urxvt.pm
67 cp $< $@ 53 $(CP) $< $@
68 54
69%.tbl: %.pod 55%.tbl: %.pod
70 ./podtbl <$< >$@ 56 $(srcdir)/podtbl <$< >$@
71 57
72%.1.man.in: %.1.tbl 58%.1.man.in: %.1.tbl
73 pod2man -n rxvt -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" <$< >$@ 59 pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" <$< >$@
74 60
75%.3.man.in: %.3.tbl 61%.3.man.in: %.3.tbl
76 pod2man -n rxvt -r"$(VERSION)" -q\" -s3 -c "RXVT-UNICODE" <$< >$@ 62 pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s3 -c "RXVT-UNICODE" <$< >$@
77 63
78%.7.man.in: %.7.tbl 64%.7.man.in: %.7.tbl
79 pod2man -n rxvt -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@ 65 pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@
80 66
81%.html: %.tbl 67%.html: %.tbl
82 $(SED) $(SEDREPLACE) <$< | pod2html >$@ 68 $(SED) $(SEDREPLACE) <$< | pod2html >$@
83 69
84%.txt: %.tbl 70%.txt: %.tbl
86 72
87../README.configure: rxvt.7.tbl 73../README.configure: rxvt.7.tbl
88 $(SED) $(SEDREPLACE) <$< | podselect -section "CONFIGURE OPTIONS" | pod2text >$@ 74 $(SED) $(SEDREPLACE) <$< | podselect -section "CONFIGURE OPTIONS" | pod2text >$@
89 75
90../README.FAQ: rxvt.7.tbl 76../README.FAQ: rxvt.7.tbl
91 $(SED) $(SEDREPLACE) <$< | podselect -section "FREQUENTLY ASKED QUESTIONS" | pod2text >$@ 77 $(SED) $(SEDREPLACE) <$< | podselect -section "RXVT-UNICODE\/URXVT FREQUENTLY ASKED QUESTIONS" | pod2text >$@
92 78
93tags allbin: 79tags allbin:
94 80
95alldoc: 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 \
96 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 \
97 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 \
98 ../README.configure ../README.FAQ 84 ../README.configure ../README.FAQ
99 infocmp -C rxvt-unicode >etc/rxvt-unicode.termcap 85 infocmp -C rxvt-unicode >$(srcdir)/etc/rxvt-unicode.termcap
100 86
101clean: 87clean:
102 $(RMF) *~ 88 rm -f *~
103 89
104realclean: clean 90realclean: clean
105 $(RMF) tags ../README.configure ../README.FAQ 91 rm -f tags ../README.configure ../README.FAQ
106 $(RMF) rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in 92 rm -f rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in
107 $(RMF) rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man 93 rm -f rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man
108 $(RMF) rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt 94 rm -f rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt
109 $(RMF) rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html 95 rm -f rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html
110 96
111cleandir: realclean 97cleandir: realclean
112 98
113distclean: 99distclean:
114 100
115install: 101install:
116 $(INSTALL) -d $(DESTDIR)$(man1dir) 102 $(INSTALL) -d $(DESTDIR)$(man1dir)
117 $(SED) $(SEDREPLACE) < rxvt.1.man.in >rxvt.1.man
118 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext) 103 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext)
119 $(SED) $(SEDREPLACE) < rxvtc.1.man.in >rxvtc.1.man
120 $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext) 104 $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext)
121 $(SED) $(SEDREPLACE) < rxvtd.1.man.in >rxvtd.1.man
122 $(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext) 105 $(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext)
123 $(INSTALL) -d $(DESTDIR)$(man7dir) 106 $(INSTALL) -d $(DESTDIR)$(man7dir)
124 $(SED) $(SEDREPLACE) < rxvt.7.man.in >rxvt.7.man
125 $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext) 107 $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
126@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir) 108@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir)
127@IF_PERL@ $(SED) $(SEDREPLACE) < rxvtperl.3.man.in >rxvtperl.3.man
128@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)
129 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
130
131uninstall:
132 -(cd $(mandir); $(RMF) $(RXVTNAME).$(manext) )
133 111
134distdepend: alldoc 112distdepend: alldoc
135 113
136# ------------------------------------------------------------------------ 114# ------------------------------------------------------------------------
137# 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