From 7b302635e7cc4cd35a7eeb49ebf14b0e750d6320 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 4 Jan 2011 19:12:44 +0000 Subject: 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 --- makesrcdist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makesrcdist b/makesrcdist index 8ed3febc8..9eb75de93 100755 --- a/makesrcdist +++ b/makesrcdist @@ -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... -- cgit v1.2.3