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:
Albrecht Schlosser 2011-01-04 19:06:02 +00:00
parent bd539d4f90
commit 526131a89b
1 changed files with 4 additions and 4 deletions

View File

@ -18,16 +18,16 @@ else
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"