X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=c7a1087d2a94c8b00683c532b192b3f0b3867b92;hb=f8c0f2b6864d57435e6701fe4682aae50ca83467;hp=057df6389d2af79aafac4a16b7af02cee3b9db2e;hpb=1d4d51143ec97660790555812a25a26fbeea7537;p=uffi.git diff --git a/Makefile b/Makefile index 057df63..c7a1087 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg, M.D. # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.36 2002/04/07 09:12:35 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.37 2002/04/07 09:17:51 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -42,10 +42,10 @@ TAG=dist_$(VERSION_UNDERSCORE) tagcvs: cvs -q rtag -d $(TAG) $(PKG) > /dev/null - cvs -q tag -F $(TAG) /dev/null + cvs -q tag -F $(TAG) > /dev/null dist: distclean tagcvs - $(MAKE) doc $@ + $(MAKE) -C doc $@ @rm -rf $(DISTDIR) $(DIST_TARBALL) $(DIST_ZIP) @mkdir $(DISTDIR) @cp -a $(SOURCE_FILES) $(DISTDIR)