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.35 by ayin, Thu Jun 7 15:24:42 2007 UTC vs.
Revision 1.42 by ayin, Wed Jun 13 16:20:41 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
18CP = @CP@
19LN = @LN@
20SED = @SED@
21ECHO = @ECHO@
22PERL = @PERL@ 18PERL = @PERL@
23INSTALL = @INSTALL@ 19INSTALL = @INSTALL@
24INSTALL_PROGRAM = @INSTALL@ -m 755 20INSTALL_PROGRAM = @INSTALL@ -m 755
25INSTALL_DATA = @INSTALL@ -m 644 21INSTALL_DATA = @INSTALL@ -m 644
26 22
27srcdir = @srcdir@ 23srcdir = @srcdir@
28VPATH = @srcdir@ 24VPATH = @srcdir@
29.PATH: @srcdir@
30
31basedir = ..
32thisdir = doc
33 25
34first_rule: all 26first_rule: all
35dummy: 27dummy:
36 28
37#------------------------------------------------------------------------- 29#-------------------------------------------------------------------------
41 -e 's%@@RXVT_DATE@@%$(DATE)%g;' \ 33 -e 's%@@RXVT_DATE@@%$(DATE)%g;' \
42 -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;' \ 34 -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;' \
43 -e 's%@@URXVT_NAME@@%urxvt%g;' 35 -e 's%@@URXVT_NAME@@%urxvt%g;'
44 36
45all: 37all:
46 $(SED) $(SEDREPLACE) < $(srcdir)/rxvt.1.man.in >rxvt.1.man 38 sed $(SEDREPLACE) < $(srcdir)/rxvt.1.man.in >rxvt.1.man
47 $(SED) $(SEDREPLACE) < $(srcdir)/rxvtc.1.man.in >rxvtc.1.man 39 sed $(SEDREPLACE) < $(srcdir)/rxvtc.1.man.in >rxvtc.1.man
48 $(SED) $(SEDREPLACE) < $(srcdir)/rxvtd.1.man.in >rxvtd.1.man 40 sed $(SEDREPLACE) < $(srcdir)/rxvtd.1.man.in >rxvtd.1.man
49 $(SED) $(SEDREPLACE) < $(srcdir)/rxvt.7.man.in >rxvt.7.man 41 sed $(SEDREPLACE) < $(srcdir)/rxvt.7.man.in >rxvt.7.man
50@IF_PERL@ $(SED) $(SEDREPLACE) < $(srcdir)/rxvtperl.3.man.in >rxvtperl.3.man 42@IF_PERL@ sed $(SEDREPLACE) < $(srcdir)/rxvtperl.3.man.in >rxvtperl.3.man
51 43
52rxvtperl.3.pod: ../src/urxvt.pm 44rxvtperl.3.pod: ../src/urxvt.pm
53 $(CP) $< $@ 45 cp $< $@
54 46
55%.tbl: %.pod 47%.tbl: %.pod
56 $(srcdir)/podtbl <$< >$@ 48 $(srcdir)/podtbl <$< >$@
57 49
58%.1.man.in: %.1.tbl 50%.1.man.in: %.1.tbl
63 55
64%.7.man.in: %.7.tbl 56%.7.man.in: %.7.tbl
65 pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@ 57 pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@
66 58
67%.html: %.tbl 59%.html: %.tbl
68 $(SED) $(SEDREPLACE) <$< | pod2html >$@ 60 sed $(SEDREPLACE) <$< | pod2html >$@
69 61
70%.txt: %.tbl 62%.txt: %.tbl
71 $(SED) $(SEDREPLACE) <$< | pod2text >$@ 63 sed $(SEDREPLACE) <$< | pod2text >$@
72 64
73../README.configure: rxvt.7.tbl 65../README.configure: rxvt.7.tbl
74 $(SED) $(SEDREPLACE) <$< | podselect -section "CONFIGURE OPTIONS" | pod2text >$@ 66 sed $(SEDREPLACE) <$< | podselect -section "CONFIGURE OPTIONS" | pod2text >$@
75 67
76../README.FAQ: rxvt.7.tbl 68../README.FAQ: rxvt.7.tbl
77 $(SED) $(SEDREPLACE) <$< | podselect -section "RXVT-UNICODE\/URXVT FREQUENTLY ASKED QUESTIONS" | pod2text >$@ 69 sed $(SEDREPLACE) <$< | podselect -section "RXVT-UNICODE\/URXVT FREQUENTLY ASKED QUESTIONS" | pod2text >$@
78 70
79tags allbin: 71tags allbin:
80 72
81alldoc: 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 \
82 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 \
84 ../README.configure ../README.FAQ 76 ../README.configure ../README.FAQ
85 infocmp -C rxvt-unicode >$(srcdir)/etc/rxvt-unicode.termcap 77 infocmp -C rxvt-unicode >$(srcdir)/etc/rxvt-unicode.termcap
86 78
87clean: 79clean:
88 rm -f *~ 80 rm -f *~
81 rm -f rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man rxvtperl.3.man
89 82
83distclean: clean
84 rm -f Makefile
85
90realclean: 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
91 rm -f tags ../README.configure ../README.FAQ 90 rm -f ../README.configure ../README.FAQ
92 rm -f rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in 91 rm -f $(srcdir)/etc/rxvt-unicode.termcap
93 rm -f rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man
94 rm -f rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt
95 rm -f rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html
96 92
97cleandir: realclean 93cleandir: realclean
98
99distclean:
100 94
101install: 95install:
102 $(INSTALL) -d $(DESTDIR)$(man1dir) 96 $(INSTALL) -d $(DESTDIR)$(man1dir)
103 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext) 97 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext)
104 $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext) 98 $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines