Hi Greg,
your idea looks OK. However, als I have already told you in a private
Mail, since no graphics is working (because of --with-x=no),
"cd src/doc; make book.pdf".
Well, now one can take the position that this is clear that it will not
work, since "--with-x=no" was given, but in some sense I'd prefer that
'make book.pdf" in this case rather stops immediately instead of
starting to run fricas only to hang while being ask to produce the
moebius graphic.
In other words, I would like to change the Makefile in such a way that
"make book.pdf" is not available or gives an error immediately.
Other opiniouns?
Ralf
==============================================
if test x"$fricas_has_xpm" = xyes; then
AC_CHECK_HEADER([regex.h],
[fricas_src_all="$fricas_src_all all-hyper all-doc"
fricas_src_subdirs="$fricas_src_subdirs hyper"
AC_CHECK_PROGS([XVFB_RUN], [xvfb-run])
if test -n "$XVFB_RUN"; then
MAYBE_VIEWPORTS=viewports
XVFB="xvfb-run -a -s '-screen 0 1024x768x24'"
else
AC_MSG_NOTICE([HyperDoc graphics must be built
separately.])
fi
],
[AC_MSG_NOTICE([HyperDoc is disabled.])])
fi
# We need the Makefile (for util.ht) even if we do not build HyperDoc.
FRICAS_MAKEFILE([src/hyper/Makefile])
fricas_src_subdirs="$fricas_src_subdirs doc"
FRICAS_MAKEFILE([src/doc/Makefile])
==============================================
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/1a02986b-78bf-a1df-3e97-7733887b6e04%40hemmecke.de.