Skip to content
Snippets Groups Projects
Commit f430584e authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

add no-documentation tag to dist when build docs is disabled.

[[Imported from SVN: r5024]]
parent 59c7e915
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,16 @@ EXTRAINSTALL=example.opts
# install the html pages
docdir=$(datadir)/doc/dune-common
doc_DATA = $(PAGES) example.opts
EXTRA_DIST = $(PAGES) example.opts
if ! BUILD_DOCS
# add tag to notify that dist has been build without documentation
dist-hook:
echo "# No documentation included in distribution! " > $(distdir)/$(DOCUMENTATION_TAG_FILE)
endif
# include rules for wml -> html transformation
include $(top_srcdir)/am/webstuff
......
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