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.46 by ayin, Sat Nov 10 14:53:14 2007 UTC vs.
Revision 1.56 by sf-exg, Mon Dec 26 15:44:01 2011 UTC

6SHELL = /bin/sh 6SHELL = /bin/sh
7prefix = @prefix@ 7prefix = @prefix@
8exec_prefix = @exec_prefix@ 8exec_prefix = @exec_prefix@
9bindir = @bindir@ 9bindir = @bindir@
10libdir = @libdir@ 10libdir = @libdir@
11includedir = @includedir@
12man1dir = @mandir@/man1 11man1dir = @mandir@/man1
13man1ext = 1 12man1ext = 1
14man3dir = @mandir@/man3 13man3dir = @mandir@/man3
15man3ext = 3 14man3ext = 3
16man7dir = @mandir@/man7 15man7dir = @mandir@/man7
32 -e 's%@@RXVT_NAME@@%$(RXVTNAME)%g;' \ 31 -e 's%@@RXVT_NAME@@%$(RXVTNAME)%g;' \
33 -e 's%@@RXVT_DATE@@%$(DATE)%g;' \ 32 -e 's%@@RXVT_DATE@@%$(DATE)%g;' \
34 -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;' \ 33 -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;' \
35 -e 's%@@URXVT_NAME@@%urxvt%g;' 34 -e 's%@@URXVT_NAME@@%urxvt%g;'
36 35
37POD2MAN = pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -c "RXVT-UNICODE" 36POD2MAN = pod2man -n @@RXVT_NAME@@ -r @@RXVT_VERSION@@ -q\" -c "RXVT-UNICODE"
38 37
39all: 38all:
40 sed $(SEDREPLACE) < $(srcdir)/rxvt.1.man.in >rxvt.1.man 39 sed $(SEDREPLACE) < $(srcdir)/rxvt.1.man.in >rxvt.1.man
41 sed $(SEDREPLACE) < $(srcdir)/rxvtc.1.man.in >rxvtc.1.man 40 sed $(SEDREPLACE) < $(srcdir)/rxvtc.1.man.in >rxvtc.1.man
42 sed $(SEDREPLACE) < $(srcdir)/rxvtd.1.man.in >rxvtd.1.man 41 sed $(SEDREPLACE) < $(srcdir)/rxvtd.1.man.in >rxvtd.1.man
43 sed $(SEDREPLACE) < $(srcdir)/rxvt.7.man.in >rxvt.7.man 42 sed $(SEDREPLACE) < $(srcdir)/rxvt.7.man.in >rxvt.7.man
44@IF_PERL@ sed $(SEDREPLACE) < $(srcdir)/rxvtperl.3.man.in >rxvtperl.3.man 43@IF_PERL@ sed $(SEDREPLACE) < $(srcdir)/rxvtperl.3.man.in >rxvtperl.3.man
44
45.INTERMEDIATE: rxvtperl.3.pod rxvt.7.tbl
45 46
46rxvtperl.3.pod: ../src/urxvt.pm 47rxvtperl.3.pod: ../src/urxvt.pm
47 cp $< $@ 48 cp $< $@
48 49
49%.tbl: %.pod 50%.tbl: %.pod
68 sed $(SEDREPLACE) <$< | podselect -section "CONFIGURE OPTIONS" | pod2text >$@ 69 sed $(SEDREPLACE) <$< | podselect -section "CONFIGURE OPTIONS" | pod2text >$@
69 70
70../README.FAQ: rxvt.7.tbl 71../README.FAQ: rxvt.7.tbl
71 sed $(SEDREPLACE) <$< | podselect -section "RXVT-UNICODE\/URXVT FREQUENTLY ASKED QUESTIONS" | pod2text >$@ 72 sed $(SEDREPLACE) <$< | podselect -section "RXVT-UNICODE\/URXVT FREQUENTLY ASKED QUESTIONS" | pod2text >$@
72 73
74$(srcdir)/etc/rxvt-unicode.termcap: $(srcdir)/etc/rxvt-unicode.terminfo
75 tic -C $< >$@
76
73tags allbin: 77tags allbin:
74 78
75alldoc: rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in \ 79alldoc: rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in \
76 rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt rxvtperl.3.txt \
77 rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html rxvtperl.3.html \
78 ../README.configure ../README.FAQ 80 ../README.configure ../README.FAQ \
79 infocmp -C rxvt-unicode >$(srcdir)/etc/rxvt-unicode.termcap 81 $(srcdir)/etc/rxvt-unicode.termcap
80 82
81clean: 83clean:
82 rm -f *~
83 rm -f rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man rxvtperl.3.man 84 rm -f rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man rxvtperl.3.man
84 85
85distclean: clean 86distclean: clean
86 rm -f Makefile 87 rm -f Makefile
87 88
88realclean: distclean 89realclean: distclean
89 rm -f rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in 90 rm -f rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in
90 rm -f rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt rxvtperl.3.txt
91 rm -f rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html rxvtperl.3.html
92 rm -f ../README.configure ../README.FAQ 91 rm -f ../README.configure ../README.FAQ
93 rm -f $(srcdir)/etc/rxvt-unicode.termcap 92 rm -f $(srcdir)/etc/rxvt-unicode.termcap
94 93
95cleandir: realclean 94cleandir: realclean
96 95
97install: 96install: all
98 $(INSTALL) -d $(DESTDIR)$(man1dir) 97 $(INSTALL) -d $(DESTDIR)$(man1dir)
99 $(INSTALL) -d $(DESTDIR)$(man7dir) 98 $(INSTALL) -d $(DESTDIR)$(man7dir)
100 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext) 99 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext)
101 $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext) 100 $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext)
102 $(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext) 101 $(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines