Skip to content
Snippets Groups Projects
Commit 20e63786 authored by Daniel Koester's avatar Daniel Koester
Browse files

Delete all CVS directories in distribution

parent 4c671a6b
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,6 @@ SUBDIRS = BLAS IAMTOOLS SOLVER PLOT_ANSI ALBERT
EXTRA_DIST = DEMO
dist-hook:
cd $(distdir)/DEMO
rm -rf CVS src/CVS src/1d/CVS src/2d/CVS src/3d/CVS src/Common/CVS
\ No newline at end of file
echo "Deleting CVS directories in built package..."
(cd $(distdir)/DEMO && rm -rf CVS src/CVS src/1d/CVS src/2d/CVS src/3d/CVS src/Common/CVS)
(cd $(distdir)/ALBERT/src/Common && rm -rf CVS)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment