Added lines in Makefile.am to remove .svn directories from distributed 'doc' directory
parent
590229589c
commit
eb0b842e3b
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue