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

84 ../README.configure ../README.FAQ 84 ../README.configure ../README.FAQ
85 infocmp -C rxvt-unicode >$(srcdir)/etc/rxvt-unicode.termcap 85 infocmp -C rxvt-unicode >$(srcdir)/etc/rxvt-unicode.termcap
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 90
90realclean: clean 91realclean: clean
92 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
94 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 95 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 96 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 97
97cleandir: realclean 98cleandir: realclean
98 99
99distclean: 100distclean:
101 rm -f Makefile
100 102
101install: 103install:
102 $(INSTALL) -d $(DESTDIR)$(man1dir) 104 $(INSTALL) -d $(DESTDIR)$(man1dir)
103 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext) 105 $(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext)
104 $(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