- Fixing makefiles with the help of ``make distcheck''
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@210 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
b5def4cb81
commit
955d987ff1
3 changed files with 6 additions and 2 deletions
|
@ -32,4 +32,8 @@ if HAVE_DOXYGEN
|
|||
doxygen @top_builddir@/config/Doxyfile
|
||||
else
|
||||
@echo "** Doxygen not installed. Skipping generating API docs."
|
||||
test ! -d '$(builddir)/API' && mkdir $(builddir)/API
|
||||
endif
|
||||
|
||||
EXTRA_DIST = API
|
||||
API : apidox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue