Drop index.html from install list, since it isn't part of the source ball..

web
Michael R Sweet 22 years ago
parent cf859f9ee0
commit 50807eaddd
  1. 6
      Makefile.in
  2. 5
      mxml.list.in

@ -1,5 +1,5 @@
#
# "$Id: Makefile.in,v 1.7 2003/06/15 01:22:36 mike Exp $"
# "$Id: Makefile.in,v 1.8 2003/06/15 01:29:02 mike Exp $"
#
# Makefile for mini-XML, a small XML-like file parsing library.
#
@ -74,7 +74,7 @@ MAN3EXT = @MAN3EXT@
# Targets...
#
DOCFILES = index.html documentation.html README COPYING CHANGES
DOCFILES = documentation.html README COPYING CHANGES
LIBOBJS = mxml-attr.o mxml-file.o mxml-node.o mxml-search.o
OBJS = mxmldoc.o testmxml.o $(LIBOBJS)
TARGETS = libmxml.a mxmldoc mxml.$(CAT3EXT) mxmldoc.$(CAT1EXT) \
@ -217,5 +217,5 @@ $(OBJS): Makefile
#
# End of "$Id: Makefile.in,v 1.7 2003/06/15 01:22:36 mike Exp $".
# End of "$Id: Makefile.in,v 1.8 2003/06/15 01:29:02 mike Exp $".
#

@ -1,5 +1,5 @@
#
# "$Id: mxml.list.in,v 1.2 2003/06/15 01:22:37 mike Exp $"
# "$Id: mxml.list.in,v 1.3 2003/06/15 01:29:02 mike Exp $"
#
# EPM software list file for mini-XML, a small XML-like file parsing library.
#
@ -79,7 +79,6 @@ f 0444 root sys ${libdir}/libmxml.a libmxml.a
f 0444 root sys ${docdir}/README $srcdir/README
f 0444 root sys ${docdir}/COPYING $srcdir/COPYING
f 0444 root sys ${docdir}/CHANGES $srcdir/CHANGES
f 0444 root sys ${docdir}/index.html $srcdir/index.html
f 0444 root sys ${docdir}/documentation.html $srcdir/documentation.html
# Man pages
@ -89,5 +88,5 @@ f 0444 root sys ${mandir}/cat3/mxml.$CAT3EXT $srcdir/mxml.$CAT3EXT
f 0444 root sys ${mandir}/man3/mxml.$MAN3EXT $srcdir/mxml.man
#
# End of "$Id: mxml.list.in,v 1.2 2003/06/15 01:22:37 mike Exp $".
# End of "$Id: mxml.list.in,v 1.3 2003/06/15 01:29:02 mike Exp $".
#

Loading…
Cancel
Save