Added lines in Makefile.am to remove .svn directories from distributed 'doc' directory

release/4.3a0
Richard Roberts 2012-01-08 18:07:14 +00:00
parent 590229589c
commit eb0b842e3b
1 changed files with 5 additions and 1 deletions

View File

@ -25,4 +25,8 @@ EXTRA_DIST = autogen.sh configure.ac COPYING INSTALL LGPL LICENSE README THANKS
# For Doxygen integration
MOSTLYCLEANFILES = $(DX_CLEANFILES)
EXTRA_DIST += $(DX_CONFIG)
EXTRA_DIST += $(DX_CONFIG)
# Remove .svn directories from dist
dist-hook:
rm -rf `find $(distdir)/doc -type d -name .svn`