From: Kevin M. Rosenberg Date: Sun, 7 Apr 2002 08:09:17 +0000 (+0000) Subject: r1758: *** empty log message *** X-Git-Tag: v1.6.1~499 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=cfb05b55be019fa8ebfb700cfefa0abe87a40159;hp=ba01eae629124ac256c6465f0d7a3d302167310e;p=uffi.git r1758: *** empty log message *** --- diff --git a/Makefile b/Makefile index 4bd707e..e3919eb 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.33 2002/04/07 07:55:26 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.34 2002/04/07 08:09:17 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -15,7 +15,7 @@ PKG=uffi -.PHONY: all clean realclean docs tagcvs dist +.PHONY: all clean realclean doc tagcvs dist all: @@ -23,12 +23,13 @@ clean: @rm -f $(PKG)-*.tar.gz $(PKG)-*.zip @find . -type d -name .bin |xargs rm -rf @find . -type f -name \*.a -or -name \*.so |xargs rm -rf + $(MAKE) -C doc clean realclean: clean @find . -type f -name "#*" -or -name \*~ -exec rm {} \; -docs: - @(cd doc; make dist-doc) +doc: + $(MAKE) -C doc dist-doc VERSION=$(shell cat VERSION) DISTDIR=$(PKG)-$(VERSION)