From b32970f018ba394209345b3294df415f56fbbbcf Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 28 Apr 2002 03:05:52 +0000 Subject: [PATCH] r1808: *** empty log message *** --- Makefile.common | 2 +- doc/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1