Fixed a typo and an error. We must not use "make html-dist" for distribution.
This Makefile tag is misleading and should be corrected. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8186 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
bd539d4f90
commit
526131a89b
@ -18,16 +18,16 @@ else
|
|||||||
echo "ERROR: Please generate the HTML documentation before distributing:"
|
echo "ERROR: Please generate the HTML documentation before distributing:"
|
||||||
echo " autoconf"
|
echo " autoconf"
|
||||||
echo " ./configure"
|
echo " ./configure"
|
||||||
echo " cd documentation; make html-dist"
|
echo " cd documentation; make html"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
if test ! -e "documentation/fltk.pdf"; then
|
if test ! -e "documentation/fltk.pdf"; then
|
||||||
echo "ERROR: Please generate the PDF documentation before distributing:"
|
echo "ERROR: Please generate the PDF documentation before distributing:"
|
||||||
echo " autoconf"
|
echo " autoconf"
|
||||||
echo " ./configure"
|
echo " ./configure"
|
||||||
echo " cd documentation; make html-dist"
|
echo " cd documentation; make pdf-dist"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
exit
|
exit
|
||||||
echo Creating tag for release...
|
echo Creating tag for release...
|
||||||
rev="1"
|
rev="1"
|
||||||
|
Loading…
Reference in New Issue
Block a user