mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
13 lines
235 B
Makefile
13 lines
235 B
Makefile
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
|