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.41 by ayin, Wed Jun 13 11:30:42 2007 UTC

14man3dir = @mandir@/man3 14man3dir = @mandir@/man3
15man3ext = 3 15man3ext = 3
16man7dir = @mandir@/man7 16man7dir = @mandir@/man7
17man7ext = 7 17man7ext = 7
18CP = @CP@ 18CP = @CP@
19LN = @LN@
20SED = @SED@ 19SED = @SED@
21ECHO = @ECHO@ 20ECHO = @ECHO@
22PERL = @PERL@ 21PERL = @PERL@
23INSTALL = @INSTALL@ 22INSTALL = @INSTALL@
24INSTALL_PROGRAM = @INSTALL@ -m 755 23INSTALL_PROGRAM = @INSTALL@ -m 755
25INSTALL_DATA = @INSTALL@ -m 644 24INSTALL_DATA = @INSTALL@ -m 644
26 25
27srcdir = @srcdir@ 26srcdir = @srcdir@
28VPATH = @srcdir@ 27VPATH = @srcdir@
29.PATH: @srcdir@
30
31basedir = ..
32thisdir = doc
33 28
34first_rule: all 29first_rule: all
35dummy: 30dummy:
36 31
37#------------------------------------------------------------------------- 32#-------------------------------------------------------------------------
84 ../README.configure ../README.FAQ 79 ../README.configure ../README.FAQ
85 infocmp -C rxvt-unicode >$(srcdir)/etc/rxvt-unicode.termcap 80 infocmp -C rxvt-unicode >$(srcdir)/etc/rxvt-unicode.termcap
86 81
87clean: 82clean:
88 rm -f *~ 83 rm -f *~
84 rm -f rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man rxvtperl.3.man
89 85
86distclean: clean
87 rm -f Makefile
88
90realclean: clean 89realclean: distclean
90 rm -f rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in
91 rm -f rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt rxvtperl.3.txt
92 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 93 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 94 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 95
97cleandir: realclean 96cleandir: realclean
98
99distclean:
100 97
101install: 98install:
102 $(INSTALL) -d $(DESTDIR)$(man1dir) 99 $(INSTALL) -d $(DESTDIR)$(man1dir)
103 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext) 100 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext)
104 $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext) 101 $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines