From: Kevin M. Rosenberg Date: Sun, 28 Apr 2002 03:05:52 +0000 (+0000) Subject: r1808: *** empty log message *** X-Git-Tag: v1.6.1~475 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;ds=sidebyside;h=b32970f018ba394209345b3294df415f56fbbbcf;p=uffi.git r1808: *** empty log message *** --- diff --git a/Makefile.common b/Makefile.common index 03db66d..0b06cc3 100644 --- a/Makefile.common +++ b/Makefile.common @@ -5,7 +5,7 @@ all: clean: @rm -rf .bin @rm -f *.ufsl *.fsl *.fas *.x86f *.sparcf *.fasl - @rm -f *~ *.bak *.orig *.err \#* .#* + @rm -f *~ *.bak *.orig *.err \#*\# .#* @rm -f *.so *.a ifneq ($(SUBDIRS)$(DOCSUBDIRS),) @set -e; for i in $(SUBDIRS) $(DOCSUBDIRS); do \ diff --git a/doc/Makefile b/doc/Makefile index 57f6173..18caae1 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.14 2002/04/28 02:20:13 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.15 2002/04/28 03:05:52 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -50,7 +50,7 @@ DOCFILES=$(shell echo *.sgml) all: html pdf ps dvi -dist: html pdf +dist: html pdf ps CHECK=nsgmls -s -C ${CATALOG} || exit 1