From 3d470e8c0df71d5e671573250f7ab4cbb64e77d9 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 5 Jan 2011 12:55:10 +0000 Subject: Modified documentation/Makefile to correctly generate docs. Generating HTML and PDF docs is now independent, order doesn't matter. New and modified make targets: - html: generate HTML docs only - pdf: generate PDF docs only - dist: generate HTML and PDF docs (use for distribution files) - html-online: HTML docs with "stripping" modification dates - alldocs: retained as synonym for 'dist' To do: README file must be updated... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8191 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makesrcdist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makesrcdist') diff --git a/makesrcdist b/makesrcdist index 9eb75de93..accce0ac7 100755 --- a/makesrcdist +++ b/makesrcdist @@ -18,14 +18,14 @@ else echo "ERROR: Please generate the HTML documentation before distributing:" echo " autoconf" echo " ./configure" - echo " cd documentation; make html" + echo " cd documentation; make 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 pdf-dist" + echo " cd documentation; make dist" exit fi echo Creating tag for release... -- cgit v1.2.3