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.36 by ayin, Fri Jun 8 22:45:48 2007 UTC vs.
Revision 1.40 by ayin, Wed Jun 13 10:39:09 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines