- 31 Mar, 2010 40 commits
-
-
Roland Levillain authored
* doc/examples/split/ima2d-rot-1.cc.raw, * doc/figures/fill-subdomain-2.ppm, * doc/figures/fill-subdomain-3.ppm, * doc/figures/labeling-compute-2.ppm, * doc/figures/tuto3_colorize-2.ppm, * doc/figures/tuto4_genericity_and_algorithms-1.ppm, * doc/figures/tuto4_genericity_and_algorithms-5.ppm: Regen * doc/figures/tuto4_genericity_and_algorithms-7.pgm, * doc/figures/tuto4_genericity_and_algorithms-7.ppm, * doc/figures/tuto4_genericity_and_algorithms-8.pgm, * doc/figures/tuto4_genericity_and_algorithms-8.ppm, * doc/figures/tuto4_genericity_and_algorithms-9.pgm, * doc/figures/tuto4_genericity_and_algorithms-9.ppm: Delete. * doc/outputs/ima-load.txt, * doc/outputs/tuto3_first_routine.txt, * doc/outputs/tuto4_image.txt: New.
-
Roland Levillain authored
* bootstrap (gen_doc_figures): Remove this function, and its uses as well.
-
Roland Levillain authored
* doc/gen-figures-mk: Generate Make variables PBM_FIGURES, PGM_FIGURES and PPM_FIGURES in output. * doc/figures.mk: Regen. * doc/Makefile.am: No longer include $(srcdir)/pbm-figures.mk, $(srcdir)/pgm-figures.mk nor $(srcdir)/ppm-figures.mk. ($(srcdir)/pbm-figures.mk, regen-pbm-figures-mk) ($(srcdir)/pgm-figures.mk, regen-pgm-figures-mk) ($(srcdir)/ppm-figures.mk, regen-ppm-figures-mk): Remove rules. (EXTRA_DIST): Add $(FIGURES). Remove $(PBM_FIGURES), $(PGM_FIGURES) and $(PPM_FIGURES). * doc/pbm-figures.mk, * doc/pgm-figures.mk, * doc/ppm-figures.mk: Remove.
-
Roland Levillain authored
* doc/gen-figures-mk (gen_var): New function. Use to factor the emission of the Make variable at the end of the output. Aesthetic changes.
-
Roland Levillain authored
* bootstrap: Here. (usage): New function. Call it when invoked with option `-h, --help'. Regen files stored in the repository only if invoked with option `-r, --regen'.
-
Roland Levillain authored
* doc/Makefile.am (EXTRA_DIST): Add gen-split-outputs-mk. Aesthetic changes.
-
Roland Levillain authored
-
Roland Levillain authored
* doc/gen-split-examples-mk, * doc/gen-split-outputs-mk: Here.
-
Roland Levillain authored
* doc/gen-split-examples-mk, * doc/gen-split-outputs-mk: Here. * doc/split-examples.mk: Regen.
-
Roland Levillain authored
-
Roland Levillain authored
* doc/Makefile.am ($(srcdir)/figures.mk): New rule. (regen-figures-mk): New phony target. (regen-am): Invoke regen-figures-mk. * doc/figures.mk: Regen.
-
Roland Levillain authored
* doc/gen-figures-mk: New script. * doc/Makefile.am (EXTRA_DIST): Add gen-figures-mk.
-
Roland Levillain authored
* doc/figures.mk: Here. Reorder items.
-
Roland Levillain authored
* doc/examples/ima2d-rot.cc (main): Pass a literal string as second argument to doc::ppmsave to help gen-figures-mk. * doc/examples/labeling-compute.cc (main): Have calls to doc::ppmsave fit on a single line to help gen-figures-mk.
-
Roland Levillain authored
-
Roland Levillain authored
* doc/examples/accu-right-instanciation.cc: Rename as... * doc/examples/accu-right-instantiation.cc: ...this. * doc/examples/accu-wrong-instanciation.cc.raw, * doc/examples/split/accu-right-instanciation-1.cc.raw, * doc/outputs/accu-right-instanciation.txt: Likewise, rename as... * doc/examples/accu-wrong-instantiation.cc.raw, * doc/examples/split/accu-right-instantiation-1.cc.raw, * doc/outputs/accu-right-instantiation.txt: ...these. * doc/ref_guide/ref_guide.tex, * doc/programs-examples.mk, * doc/Makefile.am (MORE_EXAMPLES): s/instanciation/instantiation/. * doc/examples-outputs.mk, * doc/examples.mk, * doc/outputs.mk, * doc/split-examples.mk: Regen.
-
Roland Levillain authored
* doc/Makefile.am (refman_dependencies): Remove $(SPLIT_EXAMPLES) and $(SPLIT_OUTPUTS). (technical_dependencies): Add $(TECHNICAL_EXAMPLES). (tutorial_dependencies, ref_guide_dependencies): Add $(EXAMPLES) and $(OUTPUTS).
-
Roland Levillain authored
* doc/Makefile.am (MORE_FIGURES): New variable. Add figures/accu_image_morpher_big_picture.pdf. (EXTRA_DIST): Add $(MORE_FIGURES).
-
Roland Levillain authored
* doc/Makefile.am (TECHNICAL_EXAMPLES, MORE_EXAMPLES): New variables. (EXTRA_DIST): Add $(TECHNICAL_EXAMPLES) and $(MORE_EXAMPLES).
-
Roland Levillain authored
* doc/figures.mk (EXTEND_FIGURES) (FILL_FIGURES) (FILL_SUBDOMAIN_FIGURES) (FILL_IMAGEIF_CFUN_FIGURES) (IMA2D_ROT_FIGURES) (IMA_SAVE_FIGURES) (LABELING_COMPUTE_FIGURES) (LOGICAL_NOT_FIGURES) (TUTO2_FIRST_IMAGE_FIGURES) (TUTO3_COLORIZE_FIGURES) (TUTO3_RW_IMAGE_FIGURES) (TUTO4_GENERICITY_AND_ALGORITHMS_FIGURES): New variables. Use them to simplify rules. (FIGURES): New variable. * doc/Makefile.am (MAINTAINERCLEANFILES): Add $(FIGURES).
-
Roland Levillain authored
-
Roland Levillain authored
* doc/Makefile.am ($(srcdir)/split-outputs.mk): New rule. (regen-split-outputs-mk): New (phony) target. ($(srcdir)/split-outputs.stamp): Remove rule. (refman_dependencies) (tutorial_dependencies) (ref_guide_dependencies) (EXTRA_DIST, MAINTAINERCLEANFILES): Remove $(srcdir)/split-outputs.stamp Add $(SPLIT_OUTPUTS). (regen-am): Remake regen-split-outputs-mk. * doc/gen-split-outputs-mk: New script. Use it to generate... * doc/split-outputs.mk: ...this (new) Make helper.
-
Roland Levillain authored
* doc/examples/tuto3/println.cc, * doc/examples/tuto4/site_set_create.cc: Use doc::begin_output and doc::end_output instead of hand-made delimiters.
-
Roland Levillain authored
* doc/tools/split_sample.sh: Here.
-
Roland Levillain authored
* doc/examples/ima-save.cc: Add a FIXME. * doc/examples/ima-load.cc: Likewise. Avoid hard-coded paths. * doc/examples/tuto4/image.cc: Make it compile. * doc/img/small.pbm: New symbolic link to img/small.pbm. * doc/examples/split/ima-load-1.cc.raw: Regen. * doc/examples/fill-imageif-cfun.cc, * figures.mk, * ppm-figures.mk: s/fill-subimage-cfun/fill-imageif-cfun/.
-
Roland Levillain authored
-
Roland Levillain authored
-
Roland Levillain authored
* doc/Makefile.am (.png.eps): No longer try to build figures/ in the build directory.
-
Roland Levillain authored
* doc/Makefile.am (TEXI2DVI_FLAGS): Remove -I $(DOC_SRCDIR)/white_paper.
-
Roland Levillain authored
* doc/Makefile.am (maintainer-clean-local): Remove outdated actions.
-
Roland Levillain authored
* doc/Makefile.am (DOC_PACKAGES): Strip useless $(srcdir) prefixes. (technical_dependencies) (tutorial_dependencies) (ref_guide_dependencies): Add $(DOC_PACKAGES).
-
Roland Levillain authored
* doc/Makefile.am (EXTRA_DIST): Add $(MORE_OUTPUTS).
-
Roland Levillain authored
-
Roland Levillain authored
* doc/Makefile.am (OUTPUTS): Remove this variable that used to be populated by hand. Include $(srcdir)/outputs.mk. No longer include $(srcdir)/outputs/outputs.mk. $(srcdir)/outputs.mk: New target. (EXTRA_DIST): Add $(OUTPUTS). (regen-outputs-mk): New (phony) target. (regen-am): Remake regen-outputs-mk. Do not recreate $(srcdir)/headers.stamp.tmp. (EXTRA_DIST): Remove headers.stamp. ($(srcdir)/outputs/outputs.mk) ($(srcdir)/headers.stamp): Remove rules. (outputs/outputs.mk): Remove this Make helper. Supersed by... (outputs.mk): ...this (new) Make helper.
-
Roland Levillain authored
* doc/figures.mk: New Make helper. Include it... * doc/Makefile.am: ...here.
-
Roland Levillain authored
-
Roland Levillain authored
* doc/gen-examples-outputs-mk: Split generated rules in two so that they produce a timestamp that outputs (and soon generated figures) depend on.
-
Roland Levillain authored
-
Roland Levillain authored
* doc/gen-examples-outputs-mk: Take sources as input instead of programs. * doc/examples-outputs.mk: Regen. * doc/Makefile.am ($(DOC_SRCDIR)/examples-outputs.mk): Adjust caller. Use `find' to get inputs instead of relying on $(PROGRAMS_examples). Rename target as... ($(srcdir)/examples-outputs.mk): ...this. Depend only on $(srcdir)/gen-examples-outputs-mk, and no longer on $(srcdir)/Makefile.am. (regen-examples-outputs-mk): Adjust as well. * doc/programs-examples.mk: Adjust comments.
-
Roland Levillain authored
* doc/Makefile.am (PROGRAMS_examples) (accu_right_instanciation_SOURCES) (borderthickness_SOURCES) (box2d_bbox_SOURCES) (domain_display_SOURCES) (dpoint_1_SOURCES) (estim_sites_SOURCES) (extend_SOURCES) (extension_ignore_SOURCES) (fill_SOURCES) (fill_call_1_SOURCES) (fill_imageif_cfun_SOURCES) (fill_part_image_SOURCES) (fill_subdomain_SOURCES) (fill_subdomain_shorter_SOURCES) (first_routine_SOURCES) (forall_piter_SOURCES) (fun_p2v_1_SOURCES) (graph_data_SOURCES) (graph_iter_SOURCES) (ima2d_1_SOURCES) (ima2d_2_SOURCES) (ima2d_3_SOURCES) (ima2d_4_SOURCES) (ima2d_5_SOURCES) (ima2d_6_clone_SOURCES) (ima2d_7_SOURCES) (ima2d_rot_SOURCES) (ima_has_SOURCES) (ima_save_SOURCES) (ima_size_SOURCES) (labeling_compute_SOURCES) (logical_not_SOURCES) (mln_var_SOURCES) (parray_append_SOURCES) (parray_bbox_SOURCES) (paste_SOURCES) (paste_call_1_SOURCES) (point_1_SOURCES) (predicate_1_SOURCES) (tuto2_first_image_SOURCES) (tuto3_colorize_SOURCES) (tuto3_println_SOURCES) (tuto3_rw_image_SOURCES) (tuto3_trace_SOURCES) (tuto4_genericity_and_algorithms_SOURCES) (tuto4_point2d_SOURCES) (tuto4_site_set_create_SOURCES) (win_create_1_SOURCES) (win_create_2_SOURCES): Move variables... * doc/programs-examples.mk: ...here (new file). (PROGRAMS_examples): Rename first_routine as tuto3_first_routine. Add ima-load and tuto4_image. (first_routine_SOURCES): Remove this variable. Superseded by... (tuto3_first_routine_SOURCES): ...this (new) variable. (ima_load_SOURCES, tuto4_image_SOURCES): New variables. * doc/Makefile.am: Include $(srcdir)/programs-examples.mk.
-