last-svn-commit-95-g67339bf Remove useless regen actions from bootstrap.

* bootstrap (gen_doc_figures): Remove this function, and its uses as well. --- ChangeLog | 7 +++++++ bootstrap | 16 +++------------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7bd8ec3..94dd844 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 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: Here. diff --git a/bootstrap b/bootstrap index 59d56c9..8f7d0c0 100755 --- a/bootstrap +++ b/bootstrap @@ -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 \ -- 1.5.6.5
participants (1)
-
Roland Levillain