Skip to content
Snippets Groups Projects
Commit 618e76ea authored by Oliver Sander's avatar Oliver Sander
Browse files

patch 5483 ('doxygen documentation not in tarball') merged from the trunk

[[Imported from SVN: r5487]]
parent 9221e490
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,7 @@ if BUILD_DOCS
DOXYGEN_HTML = html
# EXTRAINSTALL in the html subdirectory
DOXYGENHTMLFILES = *.html *.css *.png *.gif
# DOXYGENDISTFILES = html html/*.html html/*.css html/*.png html/*.gif doxygen-tag
DOXYGENDISTFILES =
DOXYGENDISTFILES = doxygen-tag
DOXYGENINSTALL = $(DOXYGENHTMLFILES) ../doxygen.log
endif
......@@ -67,6 +66,14 @@ doxygen-tag: FORCE $(DOXYGENHEADER)
# if ! (test "x$(VPATH)" != "x" && test -e $(srcdir)/doxygen-tag); then \
#
doxygen-dist-install: doxygen-tag
mkdir $(distdir)/html
pushd $(srcdir)/html; \
for i in $(DOXYGENHTMLFILES); do \
cp $$i $(distdir)/html; done; popd
dist-hook: doxygen-dist-install
html: doxygen-tag
if WML
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment