- 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:
tchernobog 2006-01-26 21:41:40 +00:00
parent b5def4cb81
commit 955d987ff1
3 changed files with 6 additions and 2 deletions

View file

@ -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