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.38 by ayin, Tue Jun 12 22:23:36 2007 UTC vs.
Revision 1.39 by ayin, Tue Jun 12 22:35:15 2007 UTC

86 86
87clean: 87clean:
88 rm -f *~ 88 rm -f *~
89 rm -f rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man rxvtperl.3.man 89 rm -f rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man rxvtperl.3.man
90 90
91distclean: clean
92 rm -f Makefile
93
91realclean: clean 94realclean: distclean
92 rm -f rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in 95 rm -f rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in
93 rm -f rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt rxvtperl.3.txt 96 rm -f rxvt.1.txt rxvt.7.txt rxvtc.1.txt rxvtd.1.txt rxvtperl.3.txt
94 rm -f rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html rxvtperl.3.html 97 rm -f rxvt.1.html rxvt.7.html rxvtc.1.html rxvtd.1.html rxvtperl.3.html
95 rm -f ../README.configure ../README.FAQ 98 rm -f ../README.configure ../README.FAQ
96 rm -f $(srcdir)/etc/rxvt-unicode.termcap 99 rm -f $(srcdir)/etc/rxvt-unicode.termcap
97 100
98cleandir: realclean 101cleandir: realclean
99
100distclean:
101 rm -f Makefile
102 102
103install: 103install:
104 $(INSTALL) -d $(DESTDIR)$(man1dir) 104 $(INSTALL) -d $(DESTDIR)$(man1dir)
105 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext) 105 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext)
106 $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext) 106 $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines