]> granicus.if.org Git - docbook-dsssl/commitdiff
typos fixed
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 6 Apr 2005 13:05:54 +0000 (13:05 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 6 Apr 2005 13:05:54 +0000 (13:05 +0000)
website/Makefile

index c0e7a58f10e29087b2f4f7f463edc14281ee564f..91009706306b3787a2619b75e9e28f1ccb35510a 100644 (file)
@@ -9,10 +9,10 @@ DISTRO = website
 # targets for this distro's "distrib" target to depend on
 DISTRIB_DEPENDS = example
 
-# value of ZIP_EXCLUDES is a space-separated list of any file or
-# directory names (shell wildcards OK) that should be excluded
-# from the zip file and tarball for the release
-DISTRIB_EXCLUDES = tests$$
+# value of DISTRIB_EXCLUDES is a space-separated list of any file
+# or directory names (regular expressions OK) that should be
+# excluded from the zip file and tarball for the release
+DISTRIB_EXCLUDES = /tests$$
 
 .PHONY : distrib clean example
 
@@ -26,7 +26,7 @@ example:
 clean:
        $(MAKE) -C extensions clean
        $(MAKE) -C example clean
-       $(MAKE) -C example TEXTONLY=1 clean
+       $(MAKE) -C example MAKENONTAB=1 clean
 
 realclean: clean
        $(MAKE) -C extensions realclean