aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2015-03-19 12:17:03 +0100
committerMartin Willi <martin@revosec.ch>2015-03-19 12:17:03 +0100
commit945fdeb9187025b50c81437c1835f886cf96581f (patch)
treed74dff9192e6dca6b9b03b0b695658231e1dfe8a /Makefile.am
parentb546a98e0a45c52488476ec5614d5122f8bc8cd6 (diff)
downloadstrongswan-945fdeb9187025b50c81437c1835f886cf96581f.tar.bz2
strongswan-945fdeb9187025b50c81437c1835f886cf96581f.tar.xz
apidoc: Limit INPUT to src subdirectory and README.md
While 0909bf6c explicitly includes the whole source tree (to cover README.md), this has the unpleasant side effect of covering a workspace under "testing" with all its sources, or any other potential subdirectory that exists.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0703abc10..bea4ba7c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,7 @@ Doxyfile : Doxyfile.in
sed \
-e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
-e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
- -e "s:\@SRC_DIR\@:$(srcdir):" \
+ -e "s:\@SRC_DIR\@:$(srcdir):g" \
$(srcdir)/$@.in > $@
apidoc : Doxyfile