Skip to content
Snippets Groups Projects
Commit 6a888d05 authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

generate bin/wmlwrap so that a "make" in doc/ doesn't fail miserably

if wml is not installed

[[Imported from SVN: r1933]]
parent 000f9f65
No related branches found
No related tags found
No related merge requests found
Makefile
Makefile.in
.deps
semantic.cache
\ No newline at end of file
semantic.cache
wmlwrap
\ No newline at end of file
......@@ -9,7 +9,7 @@
if test x"$DUNEWEBDIR" = x ; then
# call wml without tricks
wml $*
@WML@ $*
fi
# rewrite filenames to absolute pathes
......@@ -26,8 +26,8 @@ done
if test -d $DUNEWEBDIR && test -r $DUNEWEBDIR/layout/default.wml ; then
# call wml from within dune-web
# --nocd lets wml use the .wmlrc from dune-web
( cd $DUNEWEBDIR && wml --nocd -DROOT=$BASEDIR $ARGS )
( cd $DUNEWEBDIR && @WML@ --nocd -DROOT=$BASEDIR $ARGS )
else
# call wml without tricks
wml $*
@WML@ $*
fi
......@@ -166,5 +166,6 @@ AC_CONFIG_FILES([Makefile
doc/doxygen/Makefile
m4/Makefile
am/Makefile
bin/wmlwrap
dune.pc])
AC_OUTPUT
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