Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Timo Koch
dune-common
Commits
b43e261b
Commit
b43e261b
authored
15 years ago
by
Christian Engwer
Browse files
Options
Downloads
Patches
Plain Diff
cleanup doc/* Makefiles
[[Imported from SVN: r5812]]
parent
54d26c42
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/Makefile.am
+2
-1
2 additions, 1 deletion
doc/Makefile.am
doc/buildsystem/Makefile.am
+7
-24
7 additions, 24 deletions
doc/buildsystem/Makefile.am
doc/devel/Makefile.am
+2
-8
2 additions, 8 deletions
doc/devel/Makefile.am
doc/doxygen/Makefile.am
+1
-4
1 addition, 4 deletions
doc/doxygen/Makefile.am
with
12 additions
and
37 deletions
doc/Makefile.am
+
2
−
1
View file @
b43e261b
...
...
@@ -20,7 +20,8 @@ EXTRAINSTALL=example.opts
# install the html pages
docdir
=
$(
datadir
)
/doc/dune-common
doc_DATA
=
$(
PAGES
)
example.opts
DOCFILES
=
$(
PAGES
)
DOCFILES_EXTRA
=
example.opts
EXTRA_DIST
=
$(
PAGES
)
example.opts
...
...
This diff is collapsed.
Click to expand it.
doc/buildsystem/Makefile.am
+
7
−
24
View file @
b43e261b
# $Id: Makefile.am 4499 2006-04-13 14:56:35Z christi $
if
BUILD_DOCS
DOCS
=
buildsystem.pdf buildsystem.ps
endif
# setting like in dune-web
CURDIR
=
doc/buildsystem
# position of the web base directory,
# relative to $(CURDIR)
BASEDIR
=
..
EXTRAINSTALL
=
buildsystem.pdf
EXTRA_DIST
=
$(
DOCS
)
BASEDIR
=
../..
# install the html pages
buildsystemdir
=
$(
datadir
)
/doc/dune-common/buildsystem
buildsystem_DATA
=
$(
DOCS
)
docdir
=
$(
datadir
)
/doc/dune-common/buildsystem
if
BUILD_DOCS
DOCFILES
=
buildsystem.pdf
EXTRA_DIST
=
buildsystem.pdf
endif
# include
rules for wml -> html transformation
# include
predefined rules
include
$(top_srcdir)/am/webstuff
include
$(top_srcdir)/am/latex
# remove html pages on ``make clean''
CLEANFILES
=
auto
*
.aux
*
.dvi
*
.log
*
.out
*
.toc
# PDFs and PSs are only clean in svn version not in the tarballs
SVNCLEANFILES
=
*
.pdf
*
.ps
clean-local
:
if
test
-e
$(
top_srcdir
)
/
$(
CURDIR
)
/doxygen/Doxydep
;
then
rm
-rf
$(
SVNCLEANFILES
)
;
fi
# include further rules needed by Dune
include
$(top_srcdir)/am/global-rules
This diff is collapsed.
Click to expand it.
doc/devel/Makefile.am
+
2
−
8
View file @
b43e261b
...
...
@@ -15,15 +15,9 @@ CURDIR=doc/devel
# install the html pages
develdir
=
$(
datadir
)
/doc/dune-common/devel
if
BUILD_DOCS
devel_DATA
=
$(
PAGES
)
EXTRA_DIST
=
$(
PAGES
)
DOCFILES
=
$(
PAGES
)
EXTRA_DIST
=
$(
PAGES
)
endif
include
$(top_srcdir)/am/webstuff
# remove html pages on ``make clean'' if we are not a tarball
SVNCLEANFILES
=
$(
PAGES
)
clean-local
:
if
test
-e
$(
top_srcdir
)
/doc/doxygen/Doxydep
;
then
rm
-rf
$(
SVNCLEANFILES
);
fi
include
$(top_srcdir)/am/global-rules
This diff is collapsed.
Click to expand it.
doc/doxygen/Makefile.am
+
1
−
4
View file @
b43e261b
...
...
@@ -12,11 +12,8 @@ endif
endif
# add some more stuff to install and tarball
doxygen_DATA
=
$(
PAGES
)
DOCFILES
=
$(
PAGES
)
EXTRA_DIST
=
$(
PAGES
)
include
$(top_srcdir)/am/doxygen
include
$(top_srcdir)/am/global-rules
foo
:
echo
$(
PAGES
)
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