From e5d531c84bc53c14bf3c229b7f915c6517a61941 Mon Sep 17 00:00:00 2001 From: Natalie Schroeder <natalies.schroeder@iws.uni-stuttgart.de> Date: Thu, 16 Oct 2014 09:42:19 +0000 Subject: [PATCH] [cmake] adding another missing CMakeLists.txt to Makefile.am approved by A.Kissinger git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13504 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- doc/doxygen/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am index 780b703f6b..3322b0b943 100644 --- a/doc/doxygen/Makefile.am +++ b/doc/doxygen/Makefile.am @@ -4,7 +4,7 @@ CURDIR=doc/doxygen # add some more stuff to install and tarball DOCFILES = $(PAGES) -EXTRA_DIST = $(PAGES) mainpage modules images/$(wildcard *.png) extradoc/parameterlist extradoc/parameters.html +EXTRA_DIST = $(PAGES) mainpage modules images/$(wildcard *.png) extradoc/parameterlist extradoc/parameters.html CMakeLists.txt include $(top_srcdir)/am/doxygen include $(top_srcdir)/am/global-rules -- GitLab