Skip to content
Snippets Groups Projects
Commit f495d78f authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

am/latex

   Check whether bibtex is used at all before running it.

doc/Makefile.am
   Ignore subdirectory refinement if INKSCAPE is missing.

doc/refinement/Makefile.am
   Give a resonable error message if INKSCAPE is missing and someone
   runs make directly in doc/refinement.

[[Imported from SVN: r524]]
parent cec6cdeb
No related branches found
No related tags found
No related merge requests found
# $Id$
SUBDIRS = devel appl refinement doxygen layout istl
if INKSCAPE
INKSCAPE_SUBDIRS = refinement
endif INKSCAPE
SUBDIRS = devel appl $(INKSCAPE_SUBDIRS) doxygen layout istl
if BUILD_DOCS
PAGES = index.html buildsystem.html view-concept.html installation-notes.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment