r1811: *** empty log message ***
[uffi.git] / Makefile
index 081302d0a0220134dcea781b2e9d82d3c13486bb..8fb786565a3e1a084ce20b5290b8ed226ebe62a8 100644 (file)
--- 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 \