cvsignore for m4, intl and gl
[pspp-builds.git] / Smake
diff --git a/Smake b/Smake
index 6fdba19dea5347ca61296ae09ce6452d275e116a..d92510bd567e5485d860ffb7d42e6cf8cfbfbb2b 100644 (file)
--- a/Smake
+++ b/Smake
@@ -60,10 +60,15 @@ GNULIB_MODULES = \
 
 all: po/POTFILES.in
        test -d m4 || mkdir m4
+       echo '*' > m4/.cvsignore
        touch m4/Makefile.am
        $(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \
                --source-base=gl --lib=libgl --tests-base=tests \
                --doc-base=gl/doc --import $(GNULIB_MODULES)
+       echo '*' > gl/.cvsignore
+       echo '*' > gl/m4/.cvsignore
+       test -d intl || mkdir intl
+       echo '*' > intl/.cvsignore
        autopoint --force
        aclocal -I m4 -I gl/m4
        autoconf