Skip to content
Snippets Groups Projects
Commit dd09f411 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Remove some old stuff from doc/Makefile.am

Incidentally, this makes 'make dist' work even if --disable-documentation
is set.

[[Imported from SVN: r12945]]
parent 92623170
Branches
No related tags found
No related merge requests found
SUBDIRS = doxygen SUBDIRS = doxygen
CURDIR = doc CURDIR = doc
BASEDIR = .. BASEDIR = ..
docdir=$(datadir)/doc/dune/solvers docdir=$(datadir)/doc/dune/solvers
include $(top_srcdir)/am/webstuff EXTRA_DIST = CMakeLists.txt
CLEANFILES = $(PAGES)
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 $(top_srcdir)/am/webstuff
include $(top_srcdir)/am/global-rules include $(top_srcdir)/am/global-rules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment