From 965001df7db9c95029661592db91837a4ad2e1fe Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Wed, 9 Feb 2011 21:43:09 +0000 Subject: [PATCH] remove doc/layout folder, it isn't needed any more [[Imported from SVN: r6338]] --- configure.ac | 1 - doc/Makefile.am | 2 +- doc/layout/.gitignore | 3 --- doc/layout/Makefile.am | 8 -------- doc/layout/default.wml | 21 --------------------- doc/layout/header.wml | 11 ----------- doc/layout/navigation.wml | 0 7 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 doc/layout/.gitignore delete mode 100644 doc/layout/Makefile.am delete mode 100644 doc/layout/default.wml delete mode 100644 doc/layout/header.wml delete mode 100644 doc/layout/navigation.wml diff --git a/configure.ac b/configure.ac index ccb829ecd..a2540cdf7 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/doc/Makefile.am b/doc/Makefile.am index adb9d348e..0f4948c8f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,7 @@ # $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 diff --git a/doc/layout/.gitignore b/doc/layout/.gitignore deleted file mode 100644 index 55880268f..000000000 --- a/doc/layout/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -Makefile -Makefile.in -semantic.cache \ No newline at end of file diff --git a/doc/layout/Makefile.am b/doc/layout/Makefile.am deleted file mode 100644 index 544db6654..000000000 --- a/doc/layout/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -# $Id$ - -EXTRA_DIST = default.wml - -# nothing to install -web-install: - -include $(top_srcdir)/am/global-rules diff --git a/doc/layout/default.wml b/doc/layout/default.wml deleted file mode 100644 index fc2f2d9ff..000000000 --- a/doc/layout/default.wml +++ /dev/null @@ -1,21 +0,0 @@ -# -*- 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#: diff --git a/doc/layout/header.wml b/doc/layout/header.wml deleted file mode 100644 index eca1e08e8..000000000 --- a/doc/layout/header.wml +++ /dev/null @@ -1,11 +0,0 @@ -# -*- 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> diff --git a/doc/layout/navigation.wml b/doc/layout/navigation.wml deleted file mode 100644 index e69de29bb..000000000 -- GitLab