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.4 by pcg, Tue Feb 24 21:51:41 2004 UTC vs.
Revision 1.5 by pcg, Wed Mar 3 04:07:52 2004 UTC

1# doc/Makefile.in -*- Makefile -*- 1# doc/Makefile.in -*- Makefile -*-
2# $Id: Makefile.in,v 1.4 2004/02/24 21:51:41 pcg Exp $ 2# $Id: Makefile.in,v 1.5 2004/03/03 04:07:52 pcg Exp $
3@MCOMMON@ 3@MCOMMON@
4 4
5srcdir = @srcdir@ 5srcdir = @srcdir@
6VPATH = @srcdir@ 6VPATH = @srcdir@
7.PATH: @srcdir@ 7.PATH: @srcdir@
86 86
87distclean: 87distclean:
88 88
89install: 89install:
90 $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(RXVTNAME).$(manext) 90 $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(RXVTNAME).$(manext)
91 $(INSTALL_DATA) rxvtc.1 $(DESTDIR)$(mandir)/rxvtc.$(manext) 91 $(INSTALL_DATA) rxvtc.1 $(DESTDIR)$(mandir)/$(RXVTNAME)c.$(manext)
92 $(INSTALL_DATA) rxvtc.1 $(DESTDIR)$(mandir)/rxvtd.$(manext) 92 $(INSTALL_DATA) rxvtc.1 $(DESTDIR)$(mandir)/$(RXVTNAME)d.$(manext)
93 93
94uninstall: 94uninstall:
95 -(cd $(mandir); $(RMF) $(RXVTNAME).$(manext) ) 95 -(cd $(mandir); $(RMF) $(RXVTNAME).$(manext) )
96 96
97distdirs: 97distdirs:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines