From b947d01bee436d822986942af1137fda7daa5c0c Mon Sep 17 00:00:00 2001 From: paulc Date: Mon, 31 Mar 2008 19:37:29 +0000 Subject: [PATCH] Added apidocs-everything target that includes Yate libraries. git-svn-id: http://yate.null.ro/svn/yate/trunk@1865 acf43c95-373e-0410-b603-e72c3f656dc1 --- Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 106749f9..c78a18be 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \