>> Another smaller point: you put viewports and pages in the >> same directory. I think that puting viewports in separate >> place (which is the current setup) is better.
I've just went over src/hyper/Makefile.in. Right, I build the *.VIEW/* files under the hypertex/pages directory. But then I have a target that copies them into the viewports directory. Do you rather want me to use mv instead of cp? https://github.com/hemmecke/fricas/blob/htexdoc/src/hyper/Makefile.in#L375 If I change according to your request and build inside the source tree and then copy everthing to target, I guess then cp should be OK, right? I still have the suspicion that "target" is considered like a local install dir. Ralf -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/fricas-devel?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
