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.30 by root, Tue Jan 31 20:57:29 2006 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
59all: 39all:
60 40
61SEDREPLACE = -e 's%@@RXVT_VERSION@@%$(VERSION)%g;' \ 41SEDREPLACE = -e 's%@@RXVT_VERSION@@%$(VERSION)%g;' \
62 -e 's%@@RXVT_NAME@@%$(RXVTNAME)%g;' \ 42 -e 's%@@RXVT_NAME@@%$(RXVTNAME)%g;' \
63 -e 's%@@RXVT_DATE@@%$(DATE)%g;' \ 43 -e 's%@@RXVT_DATE@@%$(DATE)%g;' \
64 -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;' 44 -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;' \
45 -e 's%@@URXVT_NAME@@%urxvt%g;'
65 46
66rxvtperl.3.pod: ../src/urxvt.pm 47rxvtperl.3.pod: ../src/urxvt.pm
67 cp $< $@ 48 $(CP) $< $@
68 49
69%.tbl: %.pod 50%.tbl: %.pod
70 ./podtbl <$< >$@ 51 ./podtbl <$< >$@
71 52
72%.1.man.in: %.1.tbl 53%.1.man.in: %.1.tbl
97 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 \
98 ../README.configure ../README.FAQ 79 ../README.configure ../README.FAQ
99 infocmp -C rxvt-unicode >etc/rxvt-unicode.termcap 80 infocmp -C rxvt-unicode >etc/rxvt-unicode.termcap
100 81
101clean: 82clean:
102 $(RMF) *~ 83 rm -f *~
103 84
104realclean: clean 85realclean: clean
105 $(RMF) tags ../README.configure ../README.FAQ 86 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 87 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 88 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 89 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 90 rm -f rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html
110 91
111cleandir: realclean 92cleandir: realclean
112 93
113distclean: 94distclean:
114 95
127@IF_PERL@ $(SED) $(SEDREPLACE) < rxvtperl.3.man.in >rxvtperl.3.man 108@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@ etc/rxvt-unicode.terminfo; fi; fi
130 111
131uninstall: 112uninstall:
132 -(cd $(mandir); $(RMF) $(RXVTNAME).$(manext) ) 113 -(cd $(mandir); rm -f $(RXVTNAME).$(manext) )
133 114
134distdepend: alldoc 115distdepend: alldoc
135 116
136# ------------------------------------------------------------------------ 117# ------------------------------------------------------------------------
137# DO NOT DELETE: ugly dependency list follows 118# DO NOT DELETE: ugly dependency list follows

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines