compilable and usable

This commit is contained in:
Marc Wäckerlin
2009-07-09 12:28:10 +00:00
parent d8bc9c49c2
commit 4beb984915
5 changed files with 14 additions and 7 deletions

View File

@@ -8,9 +8,11 @@
develdir = ${pkgdatadir}/doc
devel_DATA = html/index.html
ALL_SRC = ${top_srcdir}/src/*.[ch]xx ${top_srcdir}/test/*.[ch]xx
ALL_SRC = ${top_srcdir}/src/*.[ch]xx
#${top_srcdir}/test/*.[ch]xx
DIRS = html latex
DIRS = html
# latex
all: ${DIRS}
@@ -25,8 +27,8 @@ ${devel_DATA}: ${ALL_SRC} doxyfile ${deps}
if PEDANTIC
test \! -s doxygen.errors
endif
cd latex && make
mv latex/refman.pdf @PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@.pdf
# cd latex && make
# mv latex/refman.pdf @PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@.pdf
CLEANFILES = doxygen.errors @PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@.pdf
DISTCLEANFILES = @PACKAGENAME@.doxytag