Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Core Modules
dune-istl
Commits
884d4164
Commit
884d4164
authored
19 years ago
by
Thimo Neubauer
Browse files
Options
Downloads
Patches
Plain Diff
added --disable-documentation mechanism
fixes bug
#13
[[Imported from SVN: r257]]
parent
569390ff
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
configure.ac
+5
-0
5 additions, 0 deletions
configure.ac
doc/Makefile.am
+3
-1
3 additions, 1 deletion
doc/Makefile.am
doc/doxygen/Makefile.am
+5
-1
5 additions, 1 deletion
doc/doxygen/Makefile.am
doc/istl/Makefile.am
+4
-1
4 additions, 1 deletion
doc/istl/Makefile.am
with
17 additions
and
3 deletions
configure.ac
+
5
−
0
View file @
884d4164
...
@@ -28,6 +28,11 @@ AC_CHECK_PROGS([DVIPS], [dvips], [true])
...
@@ -28,6 +28,11 @@ AC_CHECK_PROGS([DVIPS], [dvips], [true])
AC_CHECK_PROGS
([
WML],
[
wml],
[
true
])
AC_CHECK_PROGS
([
WML],
[
wml],
[
true
])
DUNE_INKSCAPE
DUNE_INKSCAPE
# doxygen and latex take a lot of time...
AC_ARG_ENABLE
(
documentation,
AC_HELP_STRING
([
--disable-documentation
]
,[don
't generate docs, speeds up the build]))
AM_CONDITIONAL(BUILD_DOCS, test x$enable_documentation != xno)
# special variable to include the documentation into the website
# special variable to include the documentation into the website
AC_ARG_WITH(duneweb,
AC_ARG_WITH(duneweb,
AC_HELP_STRING([--with-duneweb=PATH],[Only needed for website-generation, path to checked out version of dune-web]))
AC_HELP_STRING([--with-duneweb=PATH],[Only needed for website-generation, path to checked out version of dune-web]))
...
...
This diff is collapsed.
Click to expand it.
doc/Makefile.am
+
3
−
1
View file @
884d4164
...
@@ -5,7 +5,9 @@ EXTRA_DIST = Buildsystem
...
@@ -5,7 +5,9 @@ EXTRA_DIST = Buildsystem
SUBDIRS
=
devel appl doxygen layout istl
SUBDIRS
=
devel appl doxygen layout istl
PAGES
=
index.html
if
BUILD_DOCS
PAGES
=
index.html
endif
all
:
$(PAGES)
all
:
$(PAGES)
...
...
This diff is collapsed.
Click to expand it.
doc/doxygen/Makefile.am
+
5
−
1
View file @
884d4164
...
@@ -4,7 +4,11 @@
...
@@ -4,7 +4,11 @@
EXTRA_DIST
=
Doxyfile Doxydep
\
EXTRA_DIST
=
Doxyfile Doxydep
\
doxy-footer.html doxy-header.html dune-doxy.css mainpage
doxy-footer.html doxy-header.html dune-doxy.css mainpage
all
:
doxygen-tag
if
BUILD_DOCS
WHAT
=
doxygen-tag
endif
all
:
$(WHAT)
# setting like in dune-web
# setting like in dune-web
CURDIR
=
doc/doxygen
CURDIR
=
doc/doxygen
...
...
This diff is collapsed.
Click to expand it.
doc/istl/Makefile.am
+
4
−
1
View file @
884d4164
...
@@ -2,8 +2,11 @@
...
@@ -2,8 +2,11 @@
SUBDIRS
=
comm
SUBDIRS
=
comm
dist_pkgdata_DATA
=
istl.pdf istl.ps
if
BUILD_DOCS
DOCS
=
istl.pdf istl.ps
endif
dist_pkgdata_DATA
=
$(
DOCS
)
# rerun TEX if log-file suggests that
# rerun TEX if log-file suggests that
.tex.dvi
:
.tex.dvi
:
...
...
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