strongswan/Makefile.am
Martin Willi 5e5f0bd4b2 - added testing files to dist
- required the use of the "ustar" format to support 
    filenames longer than 99 chars
2006-05-30 08:51:48 +00:00

16 lines
302 B
Makefile

SUBDIRS = src
EXTRA_DIST = Doxyfile.in testing
CLEANFILES = apidoc Doxyfile
Doxyfile : Doxyfile.in
sed \
-e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
-e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
$< > $@
apidoc : Doxyfile
doxygen
dist-hook :
rm -rf `find $(distdir)/testing -name .svn`