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.19 by root, Wed Sep 8 17:22:35 2004 UTC vs.
Revision 1.26 by ayin, Mon Jan 16 17:18:01 2006 UTC

1# doc/Makefile.in -*- Makefile -*- 1# doc/Makefile.in -*- Makefile -*-
2# $Id: Makefile.in,v 1.19 2004/09/08 17:22:35 root Exp $
3@MCOMMON@
4 2
5srcdir = @srcdir@ 3srcdir = @srcdir@
6VPATH = @srcdir@ 4VPATH = @srcdir@
7.PATH: @srcdir@ 5.PATH: @srcdir@
8 6
10thisdir = doc 8thisdir = doc
11 9
12first_rule: all 10first_rule: all
13dummy: 11dummy:
14 12
15DIST_ETC = etc/rxvt.termcap etc/rxvt.terminfo etc/XTerm.ad
16DIST_POD = rxvt.1.pod rxvt.7.pod
17DIST_MENU = menu/menu menu/example.menu menu/rxvt.menu menu/rxvt.zh-menu\
18 menu/terminal.menu menu/jedmenu.sl
19DIST = Makefile.in README.menu README.xvt BUGS FAQ TODO\
20 changes.txt xterm.seq LSM.in \
21 rxvt.1.man rxvt.7.man rxvt.1.html rxvt.7.html rxvt.1.txt rxvt.7.txt
22
23#------------------------------------------------------------------------- 13#-------------------------------------------------------------------------
24 14
25all: 15all:
26 16
27SEDREPLACE = -e 's%@@RXVT_VERSION@@%$(VERSION)%g;'\ 17SEDREPLACE = -e 's%@@RXVT_VERSION@@%$(VERSION)%g;' \
28 -e 's%@@RXVT_LSMDATE@@%$(LSMDATE)%g;'\
29 -e 's%@@RXVT_NAME@@%$(RXVTNAME)%g;'\ 18 -e 's%@@RXVT_NAME@@%$(RXVTNAME)%g;' \
30 -e 's%@@RXVT_DATE@@%$(DATE)%g;'\ 19 -e 's%@@RXVT_DATE@@%$(DATE)%g;' \
31 -e 's%@@RXVT_MAINTEMAIL@@%$(MAINTEMAIL)%g;'\ 20 -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;'
32 -e 's%@@RXVT_MAINT@@%$(MAINT)%g;'\ 21
33 -e 's%@@RXVT_WEBPAGE@@%$(WEBPAGE)%g;'\ 22rxvtperl.3.pod: ../src/urxvt.pm
34 -e 's%@@RXVT_WEBMAINTEMAIL@@%$(WEBMAINTEMAIL)%g;'\ 23 cp $< $@
35 -e 's%@@RXVT_WEBMAINT@@%$(WEBMAINT)%g;'
36 24
37%.tbl: %.pod 25%.tbl: %.pod
38 ./podtbl <$< >$@ 26 ./podtbl <$< >$@
39 27
40%.1.man.in: %.1.tbl 28%.1.man.in: %.1.tbl
41 pod2man -n rxvt -r"$(VERSION)" -qnone -s1 -c "RXVT-UNICODE" <$< >$@ 29 pod2man -n rxvt -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" <$< >$@
30
31%.3.man.in: %.3.tbl
32 pod2man -n rxvt -r"$(VERSION)" -q\" -s3 -c "RXVT-UNICODE" <$< >$@
42 33
43%.7.man.in: %.7.tbl 34%.7.man.in: %.7.tbl
44 pod2man -n rxvt -r"$(VERSION)" -qnone -s7 -c "RXVT-UNICODE" <$< >$@ 35 pod2man -n rxvt -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@
45 36
46%.html: %.tbl 37%.html: %.tbl
47 $(SED) $(SEDREPLACE) <$< | pod2html >$@ 38 $(SED) $(SEDREPLACE) <$< | pod2html >$@
48 39
49%.txt: %.tbl 40%.txt: %.tbl
55../README.FAQ: rxvt.7.tbl 46../README.FAQ: rxvt.7.tbl
56 $(SED) $(SEDREPLACE) <$< | podselect -section "FREQUENTLY ASKED QUESTIONS" | pod2text >$@ 47 $(SED) $(SEDREPLACE) <$< | podselect -section "FREQUENTLY ASKED QUESTIONS" | pod2text >$@
57 48
58tags allbin: 49tags allbin:
59 50
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 51alldoc: rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in \
61 52 rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt rxvtperl.3.txt \
62$(basedir)/$(VERNAME).lsm: LSM.in $(srcdir)/../autoconf/Make.common.in 53 rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html rxvtperl.3.html \
63 $(SED) $(SEDREPLACE) < $(srcdir)/LSM.in > $@ 54 ../README.configure ../README.FAQ
55 infocmp -C rxvt-unicode >etc/rxvt-unicode.termcap
64 56
65clean: 57clean:
66 $(RMF) *~ 58 $(RMF) *~
67 59
68realclean: clean 60realclean: clean
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 61 $(RMF) tags ../README.configure ../README.FAQ
62 $(RMF) rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in
63 $(RMF) rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man
64 $(RMF) rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt
65 $(RMF) rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html
70 66
71cleandir: realclean 67cleandir: realclean
72 68
73distclean: 69distclean:
74 70
75install: 71install:
76 $(INSTALL) -d $(DESTDIR)$(man1dir) 72 $(INSTALL) -d $(DESTDIR)$(man1dir)
77 $(INSTALL) -d $(DESTDIR)$(man7dir)
78 $(SED) $(SEDREPLACE) < rxvt.1.man.in >rxvt.1.man 73 $(SED) $(SEDREPLACE) < rxvt.1.man.in >rxvt.1.man
79 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext) 74 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext)
75 $(SED) $(SEDREPLACE) < rxvtc.1.man.in >rxvtc.1.man
76 $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext)
77 $(SED) $(SEDREPLACE) < rxvtd.1.man.in >rxvtd.1.man
78 $(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext)
79 $(INSTALL) -d $(DESTDIR)$(man7dir)
80 $(SED) $(SEDREPLACE) < rxvt.7.man.in >rxvt.7.man 80 $(SED) $(SEDREPLACE) < rxvt.7.man.in >rxvt.7.man
81 $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext) 81 $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
82@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir)
83@IF_PERL@ $(SED) $(SEDREPLACE) < rxvtperl.3.man.in >rxvtperl.3.man
82 $(INSTALL_DATA) rxvtc.1 $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext) 84@IF_PERL@ $(INSTALL_DATA) rxvtperl.3.man $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
83 $(INSTALL_DATA) rxvtc.1 $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext)
84 if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ etc/rxvt-unicode.terminfo; fi; fi 85 if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ etc/rxvt-unicode.terminfo; fi; fi
85 86
86uninstall: 87uninstall:
87 -(cd $(mandir); $(RMF) $(RXVTNAME).$(manext) ) 88 -(cd $(mandir); $(RMF) $(RXVTNAME).$(manext) )
88 89

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines