Added lines in Makefile.am to remove .svn directories from distributed 'doc' directory
parent
590229589c
commit
eb0b842e3b
|
@ -26,3 +26,7 @@ EXTRA_DIST = autogen.sh configure.ac COPYING INSTALL LGPL LICENSE README THANKS
|
||||||
# For Doxygen integration
|
# For Doxygen integration
|
||||||
MOSTLYCLEANFILES = $(DX_CLEANFILES)
|
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`
|
||||||
|
|
Loading…
Reference in New Issue