compilable and usable
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user