Added apidocs-everything target that includes Yate libraries.

git-svn-id: http://yate.null.ro/svn/yate/trunk@1865 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2008-03-31 19:37:29 +00:00
parent cf8847387b
commit b947d01bee
1 changed files with 4 additions and 1 deletions

View File

@ -112,7 +112,7 @@ distclean: check-topdir clean clean-config-files
cvsclean: check-topdir clean clean-tables clean-apidocs clean-config-files
-rm -f configure
.PHONY: engine libs modules clients test apidocs-build apidocs-kdoc apidocs-doxygen check-topdir windows
.PHONY: engine libs modules clients test apidocs-build apidocs-kdoc apidocs-doxygen apidocs-everything check-topdir windows
engine: tables library libyate.so $(PROGS)
apidocs-kdoc: check-topdir
@ -136,6 +136,9 @@ apidocs-build:
echo "Neither kdoc or doxygen is installed!" ; exit 1 ; \
fi
apidocs-everything: check-topdir
$(MAKE) apidocs-build DOCGEN_F="$(DOCGEN_F) `echo libs/y*/*.h`"
apidocs: @srcdir@/docs/api/index.html
@srcdir@/docs/api/index.html: @srcdir@/docs/Doxyfile \