]> git.ipfire.org Git - people/ms/strongswan.git/blame - Makefile.am
removing svn keyword $Id$ from all files
[people/ms/strongswan.git] / Makefile.am
CommitLineData
39b7780d 1SUBDIRS = src testing scripts
35800a11 2EXTRA_DIST = Doxyfile.in CREDITS
b1e69188
MW
3CLEANFILES = apidoc Doxyfile
4
5Doxyfile : Doxyfile.in
6 sed \
7 -e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
8 -e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
9 $< > $@
10
11apidoc : Doxyfile
12 doxygen
5e5f0bd4
MW
13
14dist-hook :
15 rm -rf `find $(distdir)/testing -name .svn`