Spelling fixes.
[tinc] / Makefile.am
index 2af113d..5d8172a 100644 (file)
@@ -8,6 +8,16 @@ ACLOCAL_AMFLAGS = -I m4
 
 EXTRA_DIST = TODO
 
 
 EXTRA_DIST = TODO
 
+CVS_CREATED = configure aclocal.m4 config.h.in
+
 ChangeLog:
        rcs2log -u "zarq        Ivo Timmermans  itimmermans@bigfoot.com" | \
          sed -e 's,/home/CVS/tinc/cabal/,,g' > $@
 ChangeLog:
        rcs2log -u "zarq        Ivo Timmermans  itimmermans@bigfoot.com" | \
          sed -e 's,/home/CVS/tinc/cabal/,,g' > $@
+
+cvs-clean: maintainer-clean
+       for f in $(CVS_CREATED) `find -name Makefile.in` ; do\
+         rm "$$f"; \
+         if [ $$? -ne 0 ] ; then \
+           echo $$f bestaat niet; \
+         fi; \
+       done