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.26 by ayin, Mon Jan 16 17:18:01 2006 UTC vs.
Revision 1.43 by root, Sun Jun 24 22:12:18 2007 UTC

1# doc/Makefile.in -*- Makefile -*- 1# doc/Makefile.in -*- Makefile -*-
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
18PERL = @PERL@
19INSTALL = @INSTALL@
20INSTALL_PROGRAM = @INSTALL@ -m 755
21INSTALL_DATA = @INSTALL@ -m 644
2 22
3srcdir = @srcdir@ 23srcdir = @srcdir@
4VPATH = @srcdir@ 24VPATH = @srcdir@
5.PATH: @srcdir@
6
7basedir = ..
8thisdir = doc
9 25
10first_rule: all 26first_rule: all
11dummy: 27dummy:
12 28
13#------------------------------------------------------------------------- 29#-------------------------------------------------------------------------
14 30
15all:
16
17SEDREPLACE = -e 's%@@RXVT_VERSION@@%$(VERSION)%g;' \ 31SEDREPLACE = -e 's%@@RXVT_VERSION@@%$(VERSION)%g;' \
18 -e 's%@@RXVT_NAME@@%$(RXVTNAME)%g;' \ 32 -e 's%@@RXVT_NAME@@%$(RXVTNAME)%g;' \
19 -e 's%@@RXVT_DATE@@%$(DATE)%g;' \ 33 -e 's%@@RXVT_DATE@@%$(DATE)%g;' \
20 -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;' 34 -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;' \
35 -e 's%@@URXVT_NAME@@%urxvt%g;'
36
37all:
38 sed $(SEDREPLACE) < $(srcdir)/rxvt.1.man.in >rxvt.1.man
39 sed $(SEDREPLACE) < $(srcdir)/rxvtc.1.man.in >rxvtc.1.man
40 sed $(SEDREPLACE) < $(srcdir)/rxvtd.1.man.in >rxvtd.1.man
41 sed $(SEDREPLACE) < $(srcdir)/rxvt.7.man.in >rxvt.7.man
42@IF_PERL@ sed $(SEDREPLACE) < $(srcdir)/rxvtperl.3.man.in >rxvtperl.3.man
21 43
22rxvtperl.3.pod: ../src/urxvt.pm 44rxvtperl.3.pod: ../src/urxvt.pm
23 cp $< $@ 45 cp $< $@
24 46
25%.tbl: %.pod 47%.tbl: %.pod
26 ./podtbl <$< >$@ 48 $(srcdir)/podtbl <$< >$@
27 49
28%.1.man.in: %.1.tbl 50%.1.man.in: %.1.tbl
29 pod2man -n rxvt -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" <$< >$@ 51 pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" <$< >$@
30 52
31%.3.man.in: %.3.tbl 53%.3.man.in: %.3.tbl
32 pod2man -n rxvt -r"$(VERSION)" -q\" -s3 -c "RXVT-UNICODE" <$< >$@ 54 pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s3 -c "RXVT-UNICODE" <$< >$@
33 55
34%.7.man.in: %.7.tbl 56%.7.man.in: %.7.tbl
35 pod2man -n rxvt -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@ 57 pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@
36 58
37%.html: %.tbl 59%.html: %.tbl
38 $(SED) $(SEDREPLACE) <$< | pod2html >$@ 60 sed $(SEDREPLACE) <$< | pod2xhtml --css http://res.tst.eu/pod.css >$@
39 61
40%.txt: %.tbl 62%.txt: %.tbl
41 $(SED) $(SEDREPLACE) <$< | pod2text >$@ 63 sed $(SEDREPLACE) <$< | pod2text >$@
42 64
43../README.configure: rxvt.7.tbl 65../README.configure: rxvt.7.tbl
44 $(SED) $(SEDREPLACE) <$< | podselect -section "CONFIGURE OPTIONS" | pod2text >$@ 66 sed $(SEDREPLACE) <$< | podselect -section "CONFIGURE OPTIONS" | pod2text >$@
45 67
46../README.FAQ: rxvt.7.tbl 68../README.FAQ: rxvt.7.tbl
47 $(SED) $(SEDREPLACE) <$< | podselect -section "FREQUENTLY ASKED QUESTIONS" | pod2text >$@ 69 sed $(SEDREPLACE) <$< | podselect -section "RXVT-UNICODE\/URXVT FREQUENTLY ASKED QUESTIONS" | pod2text >$@
48 70
49tags allbin: 71tags allbin:
50 72
51alldoc: rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in \ 73alldoc: rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in \
52 rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt rxvtperl.3.txt \ 74 rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt rxvtperl.3.txt \
53 rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html rxvtperl.3.html \ 75 rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html rxvtperl.3.html \
54 ../README.configure ../README.FAQ 76 ../README.configure ../README.FAQ
55 infocmp -C rxvt-unicode >etc/rxvt-unicode.termcap 77 infocmp -C rxvt-unicode >$(srcdir)/etc/rxvt-unicode.termcap
56 78
57clean: 79clean:
58 $(RMF) *~ 80 rm -f *~
81 rm -f rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man rxvtperl.3.man
59 82
83distclean: clean
84 rm -f Makefile
85
60realclean: clean 86realclean: distclean
87 rm -f rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in
88 rm -f rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt rxvtperl.3.txt
89 rm -f rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html rxvtperl.3.html
61 $(RMF) tags ../README.configure ../README.FAQ 90 rm -f ../README.configure ../README.FAQ
62 $(RMF) rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in 91 rm -f $(srcdir)/etc/rxvt-unicode.termcap
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
66 92
67cleandir: realclean 93cleandir: realclean
68 94
69distclean:
70
71install: 95install:
72 $(INSTALL) -d $(DESTDIR)$(man1dir) 96 $(INSTALL) -d $(DESTDIR)$(man1dir)
73 $(SED) $(SEDREPLACE) < rxvt.1.man.in >rxvt.1.man
74 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext) 97 $(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) 98 $(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) 99 $(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext)
79 $(INSTALL) -d $(DESTDIR)$(man7dir) 100 $(INSTALL) -d $(DESTDIR)$(man7dir)
80 $(SED) $(SEDREPLACE) < rxvt.7.man.in >rxvt.7.man
81 $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext) 101 $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
82@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir) 102@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir)
83@IF_PERL@ $(SED) $(SEDREPLACE) < rxvtperl.3.man.in >rxvtperl.3.man
84@IF_PERL@ $(INSTALL_DATA) rxvtperl.3.man $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext) 103@IF_PERL@ $(INSTALL_DATA) rxvtperl.3.man $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
85 if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ etc/rxvt-unicode.terminfo; fi; fi 104 if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo; fi; fi
86
87uninstall:
88 -(cd $(mandir); $(RMF) $(RXVTNAME).$(manext) )
89 105
90distdepend: alldoc 106distdepend: alldoc
91 107
92# ------------------------------------------------------------------------ 108# ------------------------------------------------------------------------
93# DO NOT DELETE: ugly dependency list follows 109# DO NOT DELETE: ugly dependency list follows

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines