Author: matt
Date: 2011-01-04 11:12:44 -0800 (Tue, 04 Jan 2011)
New Revision: 8187
Log:
Removed PDF from the regular distrubution. This will be generated at dist time 
along with the html docs and distributed separately.

Removed:
   branches/branch-1.3/documentation/fltk.pdf
Modified:
   branches/branch-1.3/makesrcdist

Deleted: branches/branch-1.3/documentation/fltk.pdf

Modified: branches/branch-1.3/makesrcdist
===================================================================
--- branches/branch-1.3/makesrcdist     2011-01-04 19:06:02 UTC (rev 8186)
+++ branches/branch-1.3/makesrcdist     2011-01-04 19:12:44 UTC (rev 8187)
@@ -28,7 +28,6 @@
                echo "  cd documentation; make pdf-dist"
                exit
        fi
-exit
        echo Creating tag for release...
        rev="1"
        version=$1
@@ -45,8 +44,9 @@
 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...

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to