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.23 by root, Thu Jul 7 19:37:46 2005 UTC vs.
Revision 1.27 by ayin, Mon Jan 16 18:07:12 2006 UTC

1# doc/Makefile.in -*- Makefile -*- 1# doc/Makefile.in -*- Makefile -*-
2@MCOMMON@ 2
3DATE=@DATE@
4VERSION=@VERSION@
5RXVTNAME=@RXVTNAME@
6SHELL = /bin/sh
7prefix = @prefix@
8exec_prefix = @exec_prefix@
9bindir = @bindir@
10libdir = @libdir@
11includedir = @includedir@
12man1dir = @mandir@/man1
13man1ext = 1
14man3dir = @mandir@/man3
15man3ext = 3
16man7dir = @mandir@/man7
17man7ext = 7
18CC = @CC@
19CXX = @CXX@
20CPP = @CPP@
21MV = @MV@
22RM = @RM@
23RMF = @RM@ -f
24CP = @CP@
25LN = @LN@
26SED = @SED@
27AWK = @AWK@
28ECHO = @ECHO@
29CMP = @CMP@
30TBL = @TBL@
31PERL = @PERL@
32INSTALL = @INSTALL@
33INSTALL_PROGRAM = @INSTALL@ -m 755
34INSTALL_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)
3 46
4srcdir = @srcdir@ 47srcdir = @srcdir@
5VPATH = @srcdir@ 48VPATH = @srcdir@
6.PATH: @srcdir@ 49.PATH: @srcdir@
7 50
13 56
14#------------------------------------------------------------------------- 57#-------------------------------------------------------------------------
15 58
16all: 59all:
17 60
18SEDREPLACE = -e 's%@@RXVT_VERSION@@%$(VERSION)%g;'\ 61SEDREPLACE = -e 's%@@RXVT_VERSION@@%$(VERSION)%g;' \
19 -e 's%@@RXVT_NAME@@%$(RXVTNAME)%g;'\ 62 -e 's%@@RXVT_NAME@@%$(RXVTNAME)%g;' \
20 -e 's%@@RXVT_DATE@@%$(DATE)%g;' 63 -e 's%@@RXVT_DATE@@%$(DATE)%g;' \
64 -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;'
65
66rxvtperl.3.pod: ../src/urxvt.pm
67 cp $< $@
21 68
22%.tbl: %.pod 69%.tbl: %.pod
23 ./podtbl <$< >$@ 70 ./podtbl <$< >$@
24 71
25%.1.man.in: %.1.tbl 72%.1.man.in: %.1.tbl
26 pod2man -n rxvt -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" <$< >$@ 73 pod2man -n rxvt -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" <$< >$@
74
75%.3.man.in: %.3.tbl
76 pod2man -n rxvt -r"$(VERSION)" -q\" -s3 -c "RXVT-UNICODE" <$< >$@
27 77
28%.7.man.in: %.7.tbl 78%.7.man.in: %.7.tbl
29 pod2man -n rxvt -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@ 79 pod2man -n rxvt -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@
30 80
31%.html: %.tbl 81%.html: %.tbl
40../README.FAQ: rxvt.7.tbl 90../README.FAQ: rxvt.7.tbl
41 $(SED) $(SEDREPLACE) <$< | podselect -section "FREQUENTLY ASKED QUESTIONS" | pod2text >$@ 91 $(SED) $(SEDREPLACE) <$< | podselect -section "FREQUENTLY ASKED QUESTIONS" | pod2text >$@
42 92
43tags allbin: 93tags allbin:
44 94
45alldoc: rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in \ 95alldoc: rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in \
46 rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt \ 96 rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt rxvtperl.3.txt \
47 rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html \ 97 rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html rxvtperl.3.html \
48 ../README.configure ../README.FAQ 98 ../README.configure ../README.FAQ
49 infocmp -C rxvt-unicode >etc/rxvt-unicode.termcap 99 infocmp -C rxvt-unicode >etc/rxvt-unicode.termcap
50 100
51clean: 101clean:
52 $(RMF) *~ 102 $(RMF) *~
62 112
63distclean: 113distclean:
64 114
65install: 115install:
66 $(INSTALL) -d $(DESTDIR)$(man1dir) 116 $(INSTALL) -d $(DESTDIR)$(man1dir)
67 $(INSTALL) -d $(DESTDIR)$(man7dir)
68 $(SED) $(SEDREPLACE) < rxvt.1.man.in >rxvt.1.man 117 $(SED) $(SEDREPLACE) < rxvt.1.man.in >rxvt.1.man
69 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext) 118 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext)
70 $(SED) $(SEDREPLACE) < rxvt.7.man.in >rxvt.7.man
71 $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
72 $(SED) $(SEDREPLACE) < rxvtc.1.man.in >rxvtc.1.man 119 $(SED) $(SEDREPLACE) < rxvtc.1.man.in >rxvtc.1.man
73 $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext) 120 $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext)
74 $(SED) $(SEDREPLACE) < rxvtd.1.man.in >rxvtd.1.man 121 $(SED) $(SEDREPLACE) < rxvtd.1.man.in >rxvtd.1.man
75 $(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext) 122 $(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext)
123 $(INSTALL) -d $(DESTDIR)$(man7dir)
124 $(SED) $(SEDREPLACE) < rxvt.7.man.in >rxvt.7.man
125 $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
126@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)
76 if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ etc/rxvt-unicode.terminfo; fi; fi 129 if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ etc/rxvt-unicode.terminfo; fi; fi
77 130
78uninstall: 131uninstall:
79 -(cd $(mandir); $(RMF) $(RXVTNAME).$(manext) ) 132 -(cd $(mandir); $(RMF) $(RXVTNAME).$(manext) )
80 133

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines