Files
libxml-cxx/doc/makefile.am

51 lines
1.1 KiB
Plaintext
Raw Normal View History

2009-04-02 13:24:59 +00:00
## @file
##
## $Id$
##
## 1 2 3 4 5 6 7 8
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
2009-04-22 08:25:20 +00:00
SUBDIRS = examples
develdir = ${pkgdatadir}/doc
2009-04-02 14:36:16 +00:00
devel_DATA = html/index.html
2009-04-02 13:24:59 +00:00
2009-04-07 14:31:46 +00:00
ALL_SRC = ${top_srcdir}/*/*.[ch]xx ${top_srcdir}/*/*/*.[ch]xx
2009-04-02 13:24:59 +00:00
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
2009-04-02 14:54:17 +00:00
${devel_DATA}: ${ALL_SRC} doxyfile ${deps}
2009-04-02 13:24:59 +00:00
doxygen doxyfile
if PEDANTIC
test \! -s doxygen.errors
endif
2010-03-31 15:13:10 +00:00
# cd latex && make
# mv latex/refman.pdf @PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@.pdf
2009-04-02 13:24:59 +00:00
CLEANFILES = doxygen.errors @PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@.pdf
DISTCLEANFILES = @PACKAGENAME@.doxytag
MAINTAINERCLEANFILES = makefile.in
2009-04-02 13:24:59 +00:00
distclean-local:
- rm -r html latex
dist-hook: ${devel_DATA}
2009-04-02 14:47:54 +00:00
cp -r html ${distdir}/
2009-04-02 13:24:59 +00:00
2009-04-02 14:36:16 +00:00
install-data-hook:
chmod -R u+w ${develdir}
cp -r html/* ${develdir}/
2009-04-02 13:24:59 +00:00
uninstall-hook:
-chmod -R u+w ${develdir}
-rm -rf ${develdir}/*