diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2011-01-04 18:28:01 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2011-01-04 18:28:01 +0000 |
| commit | cf95f8d261db7d055e7a0ad17523d0738e176f01 (patch) | |
| tree | c272ea5876664ef15b883c1a82d0cb7817c20d10 /makesrcdist | |
| parent | 18791a10f628e2b3ee15a5eb74600e999cef4370 (diff) | |
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
Diffstat (limited to 'makesrcdist')
| -rwxr-xr-x | makesrcdist | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/makesrcdist b/makesrcdist index f74e5a943..4af8433a7 100755 --- a/makesrcdist +++ b/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 |
