Skip to content
Snippets Groups Projects
Commit 0179528d authored by Martin Nolte's avatar Martin Nolte
Browse files

ported revision 5458, 5459, 5460 from trunk

[[Imported from SVN: r5461]]
parent 10074f35
No related branches found
No related tags found
No related merge requests found
\documentclass[11pt,a4paper,headinclude,footinclude,DIV16,normalheadings]{scrartcl}
\usepackage[today,nofancy]{svninfo}
%\usepackage[today,nofancy]{svninfo}
\usepackage[automark]{scrpage2}
\usepackage[ansinew]{inputenc}
%\usepackage{german}
......@@ -49,7 +49,8 @@
\author{Christian Engwer$^\ast$ \and
Felix Albrecht$^\dagger$}
\date{\svnToday}
%\date{\svnToday}
\date{March 1 2009}
\publishers{%
\vspace{10mm}
......@@ -1086,15 +1087,15 @@ Suggests: UG Alberta Alu3d
# overload the run_configure command
run_configure () {
# lets extend the paramter list $PARAMS
# lets extend the paramter list $CMD_FLAGS
if test "x$HAVE_UG" == "xyes"; then
PARAMS="$PARAMS \"--with-ug=$PATH_UG\""
CMD_FLAGS="$CMD_FLAGS \"--with-ug=$PATH_UG\""
fi
if test "x$HAVE_Alberta" == "xyes"; then
PARAMS="$PARAMS \"--with-alberta=$PATH_Alberta\""
CMD_FLAGS="$CMD_FLAGS \"--with-alberta=$PATH_Alberta\""
fi
if test "x$HAVE_Alu3d" == "xyes"; then
PARAMS="$PARAMS \"--with-alugrid=$PATH_Alu3d\""
CMD_FLAGS="$CMD_FLAGS \"--with-alugrid=$PATH_Alu3d\""
fi
# call the default implementation
run_default_configure
......@@ -1121,8 +1122,8 @@ The command section lets you overload the default implementation
provided by \dunecontrol. For each command \dunecontrol call the
function \texttt{run\_\textit{command}}. The parameters from the
commandline or the opts file are store in the variable
\texttt{\$PARAMS}. If you just want to create additional parameters
you can add these to \texttt{\$PARAMS} and then call the default
\texttt{\$CMD\_FLAGS}. If you just want to create additional parameters
you can add these to \texttt{\$CMD\_FLAGS} and then call the default
implementation of the command via
\texttt{run\_default\_\textit{command}}.
......
......@@ -7,7 +7,7 @@ WHAT=
if BUILD_DOCS
if WML
WHAT = bestpractice.html
WHAT += bestpractice.html
endif
endif
......
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