Skip to content
Snippets Groups Projects
Commit 8d308eee authored by Christian Engwer's avatar Christian Engwer
Browse files

set a makefile conditional for WML so that we can enable/disable

themed doxygen documentation depending on the existance of wml

[[Imported from SVN: r477]]
parent 2d9006d1
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ AC_CHECK_PROGS([BIBTEX], [bibtex], [true])
AC_CHECK_PROGS([DVIPDF], [dvipdf], [true])
AC_CHECK_PROGS([DVIPS], [dvips], [true])
AC_CHECK_PROGS([WML], [wml], [true])
AM_CONDITIONAL([WML], [test "x$WML" != xfalse && test "x$WML" != xno])
AC_CHECK_PROGS([PERL], [perl], [true])
DUNE_INKSCAPE
......
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