Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
cbf6bb1d
Commit
cbf6bb1d
authored
Dec 15, 2010
by
François Bobot
Browse files
use rubber instead of an arbitrary number of compilation
parent
a94f931e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
cbf6bb1d
##########################################################################
# #
# Copyright (C) 2010- #
...
...
@@ -750,18 +751,16 @@ DOC = doc/manual.pdf
doc
:
$(DOC)
.PHONY
:
$(DOC)
doc/manual.pdf
:
doc/apidoc.tex doc/manual.tex doc/version.tex
cd
doc
;
pdflatex manual
cd
doc
;
makeglossaries manual
cd
doc
;
pdflatex manual
cd
doc
;
makeglossaries manual
cd
doc
;
pdflatex manual
cd
doc
;
rubber
-d
manual.tex
doc/manual.html
:
doc/manual.tex doc/version.tex
$(MAKE)
-C
doc manual.html
#
doc/manual.html: doc/manual.tex doc/version.tex
#
$(MAKE) -C doc manual.html
clean
::
$(MAKE)
-C
doc clean
cd
doc
;
rubber
-d
--clean
manual.tex
##########
# API DOC
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment