From: Michael Smith Date: Wed, 6 Apr 2005 13:05:54 +0000 (+0000) Subject: typos fixed X-Git-Tag: release/1.79.1~6^2~3711 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edf394cf8681f20b49f5302e0ba05d5bfba3262f;p=docbook-dsssl typos fixed --- diff --git a/website/Makefile b/website/Makefile index c0e7a58f1..910097063 100644 --- a/website/Makefile +++ b/website/Makefile @@ -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