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.55 by sf-exg, Fri Dec 23 00:20:45 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines