Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
c0a26759
Commit
c0a26759
authored
Mar 22, 2010
by
Roland Levillain
Browse files
Remove useless regen actions from bootstrap.
* bootstrap (gen_doc_figures): Remove this function, and its uses as well.
parent
2199e6c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c0a26759
2010-03-22 Roland Levillain <roland@lrde.epita.fr>
Remove useless regen actions from bootstrap.
* bootstrap (gen_doc_figures): Remove this function, and its uses
as well.
2010-03-22 Roland Levillain <roland@lrde.epita.fr>
Add options to boostrap.
...
...
bootstrap
View file @
c0a26759
...
...
@@ -155,6 +155,9 @@ require $libtoolize 1.5.22
require doxygen 1.5.6
require convert 6.3.7
# FIXME: Also check these:
# epstopdf
# pgf (how?)
# Check for TeX4ht. htlatex and friends do not have options like
# `--version', `-version', `-v', etc. Hence this ad hoc procedure.
...
...
@@ -177,16 +180,6 @@ EOF
require dvipng 1.11
gen_doc_figures
()
{
rm
-f
"milena/doc/
$2
-figures.mk.tmp"
milena/doc/gen-make-variable
"
$1
"
\
`
find milena/doc/figures/
*
.
$2
|
sed
's,^milena/doc,\$(srcdir),'
`
\
>
"milena/doc/
$2
-figures.mk.tmp"
mv
-f
"milena/doc/
$2
-figures.mk.tmp"
"milena/doc/
$2
-figures.mk"
chmod
-w
"milena/doc/
$2
-figures.mk"
}
# Regen files stored in the repository if asked so.
if
$regen_p
;
then
# Generate files of Milena's documentation.
...
...
@@ -198,9 +191,6 @@ if $regen_p; then
mv
-f
figures.mk.tmp figures.mk
chmod
-w
figures.mk
)
gen_doc_figures PBM_FIGURES pbm
gen_doc_figures PGM_FIGURES pgm
gen_doc_figures PPM_FIGURES ppm
# * Examples.
rm
-f
milena/doc/examples.mk.tmp
milena/doc/gen-make-variable EXAMPLES
\
...
...
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