[go: up one dir, main page]

Menu

[8c9bd9]: / doc / html / Makefile.am  Maximize  Restore  History

Download this file

11 lines (8 with data), 250 Bytes

1
2
3
4
5
6
7
8
9
if COND_JAVAAPI
MAYBE_JAVADOC = java
endif
SUBDIRS = $(MAYBE_JAVADOC) C C++ .
htmldir = $(docdir)/html
dist_noinst_DATA = doxygen_header.htm doxygen_footer.htm Makefile.am
uninstall-hook:
if test -d ${docdir}/html; then rmdir ${docdir}/html; fi