From bfbc3c0a8f9efb11cb6b1b60fe96ef8929295d24 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 20 Feb 2005 00:40:53 +0000 Subject: [PATCH] + Changed doc names so they resemble zip names --- install/install.sh | 4 ++-- install/makepack | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/install/install.sh b/install/install.sh index 3ae5cfa7a5..7a0a94b1cf 100644 --- a/install/install.sh +++ b/install/install.sh @@ -234,10 +234,10 @@ echo Done. echo # Install the documentation. Optional. -if [ -f fpcdoc.tar.gz ]; then +if [ -f doc-pdf.tar.gz ]; then if yesno "Install documentation"; then echo Installing documentation in $DOCDIR ... - unztar fpcdoc.tar.gz $DOCDIR + unztar doc-pdf.tar.gz $DOCDIR echo Done. fi fi diff --git a/install/makepack b/install/makepack index fca047c82b..8423874060 100644 --- a/install/makepack +++ b/install/makepack @@ -89,9 +89,9 @@ fi # First check for fpcdoc.tar.gz before building anything if [ "$CROSS" = "" ]; then - if [ ! -f fpcdoc.tar.gz ]; then + if [ ! -f doc-pdf.tar.gz ]; then if [ "$MAKEDOCS" != "yes" ]; then - echo "No documentation available. Please copy the file fpcdoc.tar.gz to this directory." + echo "No documentation available. Please copy the file doc-pdf.tar.gz to this directory." exit 1 else ${MAKE} makepackdocs @@ -150,7 +150,7 @@ RELFILES="$RELFILES $BINARYTAR" if [ "$CROSS" = "" ]; then # no cross packing # demo, docs - RELFILES="$RELFILES demo.tar.gz fpcdoc.tar.gz" + RELFILES="$RELFILES demo.tar.gz doc-pdf.tar.gz" else # cross packing # add cross binutils