mirror of
https://github.com/fltk/fltk.git
synced 2026-03-23 15:35:11 +08:00
Some minor doc changes to avoid doxygen warning.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8184 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
13
makesrcdist
13
makesrcdist
@@ -15,9 +15,20 @@ if test $# = 0 -o "x$1" = xsnapshot; then
|
||||
url="."
|
||||
else
|
||||
if test ! -e "documentation/html/"; then
|
||||
echo "ERROR: Please generate the HTML documentation and update the PDF."
|
||||
echo "ERROR: Please generate the HTML documentation before distributing:"
|
||||
echo " autoconf"
|
||||
echo " ./configure"
|
||||
echo " cd documentation; make html-dist"
|
||||
exit
|
||||
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"
|
||||
exit
|
||||
fi
|
||||
exit
|
||||
echo Creating tag for release...
|
||||
rev="1"
|
||||
version=$1
|
||||
|
||||
Reference in New Issue
Block a user