X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=Makefile.am;h=575eb066864322bee0857d01ff91a27fa297f8ad;hp=af437a64d6d80a47ea903fd842a648fc59cbcd9a;hb=a7a5e834e318d0582b6db979b63a5739c0a8244f;hpb=f2c2d395ff756505be10b9d3e8420af498f33cc2 diff --git a/Makefile.am b/Makefile.am index af437a6..575eb06 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,15 @@ SUBDIRS = src +EXTRA_DIST = Doxyfile.in testing CREDITS +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`