diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2011-01-04 19:12:44 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2011-01-04 19:12:44 +0000 |
| commit | 7b302635e7cc4cd35a7eeb49ebf14b0e750d6320 (patch) | |
| tree | 97a23f5ee66f7022a4215288ce394cd6b1a4ce9c /makesrcdist | |
| parent | 526131a89b8d0f5cca31b2159bc3631469a89a04 (diff) | |
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
Diffstat (limited to 'makesrcdist')
| -rwxr-xr-x | makesrcdist | 4 |
1 files 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... |
