copied swisssurfer from https://dev.marc.waeckerlin.org/svn/swisssurfer/trunk, version 15,refs #1
This commit is contained in:
48
swisssurfer/doc/makefile.am
Normal file
48
swisssurfer/doc/makefile.am
Normal file
@@ -0,0 +1,48 @@
|
||||
## @file
|
||||
##
|
||||
## $Id: makefile.am 7 2010-03-01 14:55:44Z marc $
|
||||
##
|
||||
## 1 2 3 4 5 6 7 8
|
||||
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
|
||||
|
||||
#develdir = ${pkgdatadir}/doc/devel
|
||||
#devel_DATA = devel/index.html
|
||||
|
||||
ALL_SRC = ${top_srcdir}/src/*.[ch]xx
|
||||
# ${top_srcdir}/src/*.doc
|
||||
|
||||
DIRS = html latex
|
||||
|
||||
all: ${DIRS}
|
||||
|
||||
.PHONY: doc clean-local distclean-local dist-hool install-data-hook \
|
||||
uninstall-hook
|
||||
|
||||
deps = ${top_srcdir}/COPYING ${top_srcdir}/README \
|
||||
${top_srcdir}/INSTALL ${top_srcdir}/NEWS ${top_srcdir}/ChangeLog
|
||||
|
||||
html: ${ALL_SRC} doxyfile ${deps}
|
||||
doxygen doxyfile
|
||||
if PEDANTIC
|
||||
test \! -s doxygen.errors
|
||||
endif
|
||||
# cd latex && make
|
||||
# mv latex/refman.pdf @PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@.pdf
|
||||
|
||||
CLEANFILES = doxygen.errors @PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@.pdf
|
||||
DISTCLEANFILES = @PACKAGENAME@.doxytag
|
||||
MAINTAINERCLEANFILES = makefile.in
|
||||
|
||||
distclean-local:
|
||||
- rm -r html latex
|
||||
|
||||
#dist-hook:
|
||||
# cp html/* ${develdir}
|
||||
|
||||
#install-data-hook:
|
||||
# chmod -R u+w ${pkgdatadir}/doc
|
||||
# cp devel/* ${develdir}
|
||||
|
||||
#uninstall-hook:
|
||||
# chmod -R u+w ${pkgdatadir}/doc
|
||||
# rm -rf ${develdir}
|
Reference in New Issue
Block a user