r1808: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 28 Apr 2002 03:05:52 +0000 (03:05 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 28 Apr 2002 03:05:52 +0000 (03:05 +0000)
Makefile.common
doc/Makefile

index 03db66de45be996a621e11224e0a016b183b3762..0b06cc35058207731a0c8940ce8e5d3c2b3661f1 100644 (file)
@@ -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 \
index 57f6173e998c71268c00867ac26d8949d4096678..18caae1ac1632f601b70f20ed4cf52f52645d2a8 100644 (file)
@@ -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