mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 19:29:19 +02:00
+ Changed doc names so they resemble zip names
This commit is contained in:
parent
4dca553ca0
commit
bfbc3c0a8f
@ -234,10 +234,10 @@ echo Done.
|
|||||||
echo
|
echo
|
||||||
|
|
||||||
# Install the documentation. Optional.
|
# Install the documentation. Optional.
|
||||||
if [ -f fpcdoc.tar.gz ]; then
|
if [ -f doc-pdf.tar.gz ]; then
|
||||||
if yesno "Install documentation"; then
|
if yesno "Install documentation"; then
|
||||||
echo Installing documentation in $DOCDIR ...
|
echo Installing documentation in $DOCDIR ...
|
||||||
unztar fpcdoc.tar.gz $DOCDIR
|
unztar doc-pdf.tar.gz $DOCDIR
|
||||||
echo Done.
|
echo Done.
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
@ -89,9 +89,9 @@ fi
|
|||||||
|
|
||||||
# First check for fpcdoc.tar.gz before building anything
|
# First check for fpcdoc.tar.gz before building anything
|
||||||
if [ "$CROSS" = "" ]; then
|
if [ "$CROSS" = "" ]; then
|
||||||
if [ ! -f fpcdoc.tar.gz ]; then
|
if [ ! -f doc-pdf.tar.gz ]; then
|
||||||
if [ "$MAKEDOCS" != "yes" ]; 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
|
exit 1
|
||||||
else
|
else
|
||||||
${MAKE} makepackdocs
|
${MAKE} makepackdocs
|
||||||
@ -150,7 +150,7 @@ RELFILES="$RELFILES $BINARYTAR"
|
|||||||
if [ "$CROSS" = "" ]; then
|
if [ "$CROSS" = "" ]; then
|
||||||
# no cross packing
|
# no cross packing
|
||||||
# demo, docs
|
# demo, docs
|
||||||
RELFILES="$RELFILES demo.tar.gz fpcdoc.tar.gz"
|
RELFILES="$RELFILES demo.tar.gz doc-pdf.tar.gz"
|
||||||
else
|
else
|
||||||
# cross packing
|
# cross packing
|
||||||
# add cross binutils
|
# add cross binutils
|
||||||
|
Loading…
Reference in New Issue
Block a user