X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=8fb786565a3e1a084ce20b5290b8ed226ebe62a8;hb=964218d5bff2c25270df2c2c8fb9a280d72067f5;hp=081302d0a0220134dcea781b2e9d82d3c13486bb;hpb=06f7c284161dd38083e1d4682b392178502dd8b6;p=uffi.git diff --git a/Makefile b/Makefile index 081302d..8fb7865 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.41 2002/04/28 02:28:45 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.42 2002/04/28 03:52:01 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -26,7 +26,7 @@ all: .PHONY: distclean distclean: clean - ./debian/rules clean +# ./debian/rules clean VERSION=$(shell cat VERSION) @@ -44,6 +44,10 @@ tagcvs: @cvs -q rtag -d $(TAG) $(PKG) > /dev/null @cvs -q tag -F $(TAG) > /dev/null +.PHONY: doc +doc: + $(MAKE) -C doc + .PHONY: dist dist: distclean $(MAKE) -C doc $@ @@ -51,6 +55,7 @@ dist: distclean @mkdir $(DISTDIR) @cp -a $(SOURCE_FILES) $(DISTDIR) @find $(DISTDIR) -type d -name CVS |xargs rm -rf + @rm -rf $(DISTDIR)/debian @find $(DISTDIR) -type f -name .cvsignore -exec rm {} \; @find $(DISTDIR)/doc -type f -name \*.tex -or -name \*.aux -or \ -name \*.log -or -name \*.out -or -name \*.dvi -or \