- re-added doxygen apidoc, buildable with "make apidoc"

This commit is contained in:
Martin Willi
2006-05-19 12:10:06 +00:00
parent bea98d4dd7
commit b1e69188ce
3 changed files with 235 additions and 4 deletions
+11
View File
@@ -1 +1,12 @@
SUBDIRS = src
EXTRA_DIST = Doxyfile.in
CLEANFILES = apidoc Doxyfile
Doxyfile : Doxyfile.in
sed \
-e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
-e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
$< > $@
apidoc : Doxyfile
doxygen