]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Take over r23195 from mainline: Do not substitute in files in the doc/ directory...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 15 Jan 2011 20:39:57 +0000 (20:39 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 15 Jan 2011 20:39:57 +0000 (20:39 +0000)
git-svn-id: https://svn.dealii.org/branches/releases/Branch-7-0@23196 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure
deal.II/configure.in

index c7cf28d4f6ee5d96286ca00441afa80308eaeeba..22ee65a3265313a5aa7dde9e349c42d305b37e48 100755 (executable)
@@ -13058,6 +13058,10 @@ process_files="common/Make.global_options
                common/scripts/make_dependencies.pl
               common/scripts/make_todo.pl
               Version
+               common/template-arguments"
+
+if test -d doc ; then
+  process_files="${process_files}
                doc/Makefile
               doc/title.html
               doc/doxygen/Makefile
@@ -13065,8 +13069,9 @@ process_files="common/Make.global_options
                doc/doxygen/options.136
               doc/doxygen/header.html
               doc/doxygen/header.136
-               doc/doxygen/header.tex
-               common/template-arguments"
+               doc/doxygen/header.tex"
+fi
+
 ac_config_files="$ac_config_files $process_files"
 
 
index a99702fa0350c18841003d1dd5413266d97a3c00..6e33f004b91fa8667fb52d6ecfa430862827f9b0 100644 (file)
@@ -836,6 +836,13 @@ process_files="common/Make.global_options
                common/scripts/make_dependencies.pl
               common/scripts/make_todo.pl
               Version
+               common/template-arguments"
+
+dnl Also replace stuff in the doc/ files, but we can't rely on
+dnl their presence because we package the .nodoc.tar.gz files
+dnl that omit the entire doc/ directory.
+if test -d doc ; then
+  process_files="${process_files}
                doc/Makefile
               doc/title.html
               doc/doxygen/Makefile
@@ -843,8 +850,9 @@ process_files="common/Make.global_options
                doc/doxygen/options.136
               doc/doxygen/header.html
               doc/doxygen/header.136
-               doc/doxygen/header.tex
-               common/template-arguments"
+               doc/doxygen/header.tex"
+fi
+
 AC_CONFIG_FILES([$process_files])
 AC_OUTPUT
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.