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

cleanup doc/* Makefiles

[[Imported from SVN: r5812]]
parent 54d26c42
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,8 @@ EXTRAINSTALL=example.opts
# install the html pages
docdir=$(datadir)/doc/dune-common
doc_DATA = $(PAGES) example.opts
DOCFILES = $(PAGES)
DOCFILES_EXTRA = example.opts
EXTRA_DIST = $(PAGES) example.opts
......
# $Id: Makefile.am 4499 2006-04-13 14:56:35Z christi $
if BUILD_DOCS
DOCS=buildsystem.pdf buildsystem.ps
endif
# setting like in dune-web
CURDIR=doc/buildsystem
# position of the web base directory,
# relative to $(CURDIR)
BASEDIR=..
EXTRAINSTALL = buildsystem.pdf
EXTRA_DIST = $(DOCS)
BASEDIR=../..
# install the html pages
buildsystemdir=$(datadir)/doc/dune-common/buildsystem
buildsystem_DATA = $(DOCS)
docdir=$(datadir)/doc/dune-common/buildsystem
if BUILD_DOCS
DOCFILES=buildsystem.pdf
EXTRA_DIST=buildsystem.pdf
endif
# include rules for wml -> html transformation
# include predefined rules
include $(top_srcdir)/am/webstuff
include $(top_srcdir)/am/latex
# remove html pages on ``make clean''
CLEANFILES = auto *.aux *.dvi *.log *.out *.toc
# PDFs and PSs are only clean in svn version not in the tarballs
SVNCLEANFILES = *.pdf *.ps
clean-local:
if test -e $(top_srcdir)/$(CURDIR)/doxygen/Doxydep; then rm -rf $(SVNCLEANFILES) ; fi
# include further rules needed by Dune
include $(top_srcdir)/am/global-rules
......@@ -15,15 +15,9 @@ CURDIR=doc/devel
# install the html pages
develdir=$(datadir)/doc/dune-common/devel
if BUILD_DOCS
devel_DATA = $(PAGES)
EXTRA_DIST= $(PAGES)
DOCFILES = $(PAGES)
EXTRA_DIST = $(PAGES)
endif
include $(top_srcdir)/am/webstuff
# remove html pages on ``make clean'' if we are not a tarball
SVNCLEANFILES = $(PAGES)
clean-local:
if test -e $(top_srcdir)/doc/doxygen/Doxydep; then rm -rf $(SVNCLEANFILES); fi
include $(top_srcdir)/am/global-rules
......@@ -12,11 +12,8 @@ endif
endif
# add some more stuff to install and tarball
doxygen_DATA = $(PAGES)
DOCFILES = $(PAGES)
EXTRA_DIST = $(PAGES)
include $(top_srcdir)/am/doxygen
include $(top_srcdir)/am/global-rules
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