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

remove doc/layout folder, it isn't needed any more

[[Imported from SVN: r6338]]
parent 4fa774b7
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,6 @@ AC_CONFIG_FILES([Makefile
dune/common/parallel/test/Makefile
doc/Makefile
doc/devel/Makefile
doc/layout/Makefile
doc/doxygen/Makefile
doc/doxygen/Doxyfile
doc/buildsystem/Makefile
......
# $Id$
# also build these sub directories
SUBDIRS = devel doxygen layout buildsystem
SUBDIRS = devel doxygen buildsystem
# only build html pages, if documentation is enabled
if BUILD_DOCS
......
Makefile
Makefile.in
semantic.cache
\ No newline at end of file
# $Id$
EXTRA_DIST = default.wml
# nothing to install
web-install:
include $(top_srcdir)/am/global-rules
# -*- html -*-
# $Id$
# simple page layout, can be replaced by full version for the
# dune-website
#use wml::std::tags
## Page layout
#use wml::layout::header
#use wml::layout::navigation
<body>
<dump BASIC_BODY>
</body>
## catch any content after this:
{#BASIC_BODY#:
# -*- html -*-
# $Id$
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"\
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>$(title:-Untitled)</title>
{#STYLESHEETS#}
</head>
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