Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
e05564d9
Commit
e05564d9
authored
4 years ago
by
Bernd Flemisch
Browse files
Options
Downloads
Patches
Plain Diff
[doc] remove version check for handbook build
We require Dune >= 2.7.
parent
7a6fd6d4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2034
remove version check for handbook build
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/handbook/CMakeLists.txt
+0
-48
0 additions, 48 deletions
doc/handbook/CMakeLists.txt
with
0 additions
and
48 deletions
doc/handbook/CMakeLists.txt
+
0
−
48
View file @
e05564d9
if
(
NOT
(
${
DUNE_COMMON_VERSION
}
VERSION_LESS
"2.7"
))
# use latexmk
dune_add_latex_document
(
SOURCE 0_dumux-handbook.tex
FATHER_TARGET doc
INSTALL
${
CMAKE_INSTALL_DOCDIR
}
/doc/handbook
)
else
()
# use UseLATEX.cmake
set
(
TEX_INPUTS
0_dumux-handbook.tex
0_listingstyle.tex
1_introduction.tex
2_quickinstall.tex
3_detailedinstall.tex
4_course.tex
4_examples.tex
4_furtherpractice.tex
5_assemblinglinearsystem.tex
5_developingdumux.tex
5_externaltools.tex
5_newfoldersetup.tex
5_parameterfiles.tex
5_restartsimulations.tex
5_structure.tex
6_basics.tex
6_inputoutput.tex
6_parallel.tex
6_propertysystem.tex
6_spatialdiscretizations.tex
6_stepsofasimulation.tex
6_temporaldiscretizations.tex
installDumux.sh
)
set
(
TEX_IMAGES
png/box_disc.png
png/cctpfa.png
png/dumux_strucutre_flowchart_horizontal_explained.png
png/dunedesign.png
../logo/dumux_logo_hires_whitebg.png
png/dalton1.png
png/dalton2.png
pdf/staggered_grid.pdf
pdf/mpfa_iv.pdf
)
dune_add_latex_document
(
0_dumux-handbook.tex
BIBFILES dumux-handbook.bib
INPUTS
${
TEX_INPUTS
}
IMAGES
${
TEX_IMAGES
}
)
create_doc_install
(
${
CMAKE_CURRENT_BINARY_DIR
}
/0_dumux-handbook.pdf
${
CMAKE_INSTALL_DOCDIR
}
0_dumux-handbook
)
endif
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment