- Small fixes to class documentation
- Now distcheck works correctly, including a copy of the API documentation in the built dist tar. git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@214 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
955d987ff1
commit
692fc55553
7 changed files with 64 additions and 19 deletions
|
@ -32,8 +32,13 @@ if HAVE_DOXYGEN
|
|||
doxygen @top_builddir@/config/Doxyfile
|
||||
else
|
||||
@echo "** Doxygen not installed. Skipping generating API docs."
|
||||
test ! -d '$(builddir)/API' && mkdir $(builddir)/API
|
||||
test ! -d './API' && mkdir './API'
|
||||
endif
|
||||
|
||||
EXTRA_DIST = API
|
||||
API : apidox
|
||||
dist-hook : apidox
|
||||
cp -Rp './API' '$(distdir)/API'
|
||||
|
||||
distclean-local :
|
||||
test -d './API' && rm -rf './API'
|
||||
|
||||
MAINTAINERCLEANFILES = API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue