Skip to content
Snippets Groups Projects
Commit 32f84767 authored by Christian Engwer's avatar Christian Engwer
Browse files

remove all: targets

[[Imported from SVN: r5794]]
parent 2d87f4c0
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,6 @@ if WML
endif
endif
# automatically create these web pages
all: $(PAGES)
# setting like in dune-web
CURDIR=doc
# position of the web base directory,
......@@ -27,20 +24,8 @@ 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
# remove html pages on ``make clean''
SVNCLEANFILES = $(PAGES)
clean-local:
if test -e $(top_srcdir)/doc/doxygen/Doxydep; then rm -rf $(SVNCLEANFILES); fi
# include further rules needed by Dune
include $(top_srcdir)/am/global-rules
......@@ -4,8 +4,6 @@ if BUILD_DOCS
DOCS=buildsystem.pdf buildsystem.ps
endif
all: $(DOCS)
# setting like in dune-web
CURDIR=doc/buildsystem
# position of the web base directory,
......
......@@ -8,8 +8,6 @@ PAGES = codingstyle.html portability.html \
endif
endif
all: $(PAGES)
# place in website
BASEDIR=../..
CURDIR=doc/devel
......
......@@ -3,31 +3,20 @@
# setting like in dune-web
BASEDIR=../..
CURDIR=doc/doxygen
WHAT =
PAGES =
if BUILD_DOCS
if WML
WHAT += bestpractice.html
PAGES += bestpractice.html
endif
endif
doxygendir = $(datadir)/doc/dune-common/doxygen
doxygen_DATA = $(WHAT)
#we need this in the distribution
EXTRA_DIST = $(WHAT) $(DOXYGENDISTFILES)
all: $(WHAT) $(DOXYGENFILES)
# add some more stuff to install and tarball
doxygen_DATA = $(PAGES)
EXTRA_DIST = $(PAGES)
include $(top_srcdir)/am/doxygen
include $(top_srcdir)/am/global-rules
# file to clean only in svn and not in tarball tree
SVNCLEANFILES = html $(WHAT) $(DOXYGENHEADER)
clean-local:
if test "x$(VPATH)" != "x" && test ! -e $(srcdir)/doxygen-tag; then \
if test -e $(top_srcdir)/doc/doxygen/Doxydep; then \
rm -rf $(SVNCLEANFILES); \
fi; \
fi
foo:
echo $(PAGES)
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