Author: AlbrechtS
Date: 2011-01-04 11:06:02 -0800 (Tue, 04 Jan 2011)
New Revision: 8186
Log:
Fixed a typo and an error. We must not use "make html-dist" for distribution.
This Makefile tag is misleading and should be corrected.
Modified:
branches/branch-1.3/makesrcdist
Modified: branches/branch-1.3/makesrcdist
===================================================================
--- branches/branch-1.3/makesrcdist 2011-01-04 18:44:25 UTC (rev 8185)
+++ branches/branch-1.3/makesrcdist 2011-01-04 19:06:02 UTC (rev 8186)
@@ -18,16 +18,16 @@
echo "ERROR: Please generate the HTML documentation before
distributing:"
echo " autoconf"
echo " ./configure"
- echo " cd documentation; make html-dist"
+ echo " cd documentation; make html"
exit
- fi
+ fi
if test ! -e "documentation/fltk.pdf"; then
echo "ERROR: Please generate the PDF documentation before
distributing:"
echo " autoconf"
echo " ./configure"
- echo " cd documentation; make html-dist"
+ echo " cd documentation; make pdf-dist"
exit
- fi
+ fi
exit
echo Creating tag for release...
rev="1"
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit