- Add support for automagically generating API documentation

with Doxygen. Just use ``make apidox''.


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@208 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-01-26 20:32:06 +00:00
parent 26f88aa4cf
commit b5def4cb81
5 changed files with 1278 additions and 6 deletions

View file

@ -18,8 +18,13 @@
# along with SGPEMv2; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
.PHONY : apidox
SUBDIRS = doc m4 po src
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = config/config.rpath config/mkinstalldirs configure.ac
apidox :
$(MAKE) -C $(top_builddir)/doc apidox