> Looks resonable.
I volunteer to try to make it really working.
When do you intend to release the next fricas version?
> I would put lines with 'cd' in a subshell,
> because AFAIK most make-s execute lines completely separately,
> but some put the whole rule as a script for shell. In
> the second case the line after 'cd' would be broken.
Maybe, but configure.ac says ...
# Other systems tend to spell it `gmake' and such
FRICAS_CHECK_PROGS([MAKE], [gmake make],
[Make utility missing.])
if ! $MAKE --version | grep 'GNU' 2>/dev/null; then
AC_MSG_ERROR([FriCAS build system needs GNU Make.])
fi
But, of course, I can put parentheses around the cd-stuff.
>> I just haven't yet investigated how to get such a variable ALL_HTFILES,
>> since you just access them currently via *.ht (which is somehow not
>> perfect). Where are the .ht files generated?
> ATM .ht files are source files (in src/hyper/pages).
Oh, that's good news for the ALL_HTFILES that I mentioned earlier.
> We have scripts to generate them (and .tex files) from .htex files,
> but that is not included in current build process.
Good to know, but maybe not yet too important for me. Could you point me
to the scripts, though?
Ralf
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---