Viewports files generated by "make MAYBE_VIEWPORTS=viewports" should be removed by "make distclean".
Also a typo fix in src/doc/Makefile.in . Because there are tabs in the patch, I put it in attachment. -- 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 post to this group, send email to fricas-devel@googlegroups.com. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
diff --git a/src/doc/Makefile.in b/src/doc/Makefile.in index ae81f501..9e2ebdfa 100644 --- a/src/doc/Makefile.in +++ b/src/doc/Makefile.in @@ -18,8 +18,8 @@ subdir = src/doc/ # unless the program xvfb-run was detected during the run of # ./configure. # The reason for this delayed execution is that generation of the .xpm -# files without the xvfb-run programm will popping up image windows in -# X and makes working during compilation impossible. +# files without the xvfb-run program will pop up image windows in +# X and make working during compilation impossible. # The intro.htex and util.ht files are not relevant for image generation. GPHTS = coverex explot2d explot3d graphics SEGBIND ug01 ug07 ug08 ug10 ug11 MAYBE_VIEWPORTS=@MAYBE_VIEWPORTS@ @@ -439,3 +439,4 @@ mostlyclean-local: clean-local: mostlyclean-local distclean-local: clean-local + -rm -rf *.VIEW