Allow '_' to be used to ignore more types of bitstring when matching.
[ocaml-bitstring.git] / Makefile.in
index a36a4d6..fcc1dcc 100644 (file)
@@ -131,11 +131,7 @@ dist:
        ls -l $(PACKAGE)-$(VERSION).tar.gz
 
 check-manifest:
-       @for d in `find -type d -name CVS`; do \
-       b=`dirname $$d`/; \
-       awk -F/ '$$1 != "D" {print $$2}' $$d/Entries | \
-       sed -e "s|^|$$b|" -e "s|^\./||"; \
-       done | sort > .check-manifest; \
+       svn -R list | grep -v '/$$' | sort > .check-manifest
        sort MANIFEST > .orig-manifest; \
        diff -u .orig-manifest .check-manifest; rv=$$?; \
        rm -f .orig-manifest .check-manifest; \