Browse Source

+ Changed doc names so they resemble zip names

michael 20 years ago
parent
commit
bfbc3c0a8f
2 changed files with 5 additions and 5 deletions
  1. 2 2
      install/install.sh
  2. 3 3
      install/makepack

+ 2 - 2
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

+ 3 - 3
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