Removed PDF from the regular distrubution. This will be generated at dist time along with the html docs and distributed separately.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8187 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2011-01-04 19:12:44 +00:00
parent 526131a89b
commit 7b302635e7
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,6 @@ else
echo " cd documentation; make pdf-dist"
exit
fi
exit
echo Creating tag for release...
rev="1"
version=$1
@ -45,8 +44,9 @@ rm -rf /tmp/fltk-$version
svn export $url /tmp/fltk-$version
if test $# != 0 -a "x$1" != xsnapshot; then
echo "Copying HTML documentation..."
echo "Copying HTML and PDF documentation..."
cp -r documentation/html /tmp/fltk-$version/documentation/
cp documentation/fltk.pdf /tmp/fltk-$version/documentation/
fi
echo Applying version number...