mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 17:09:16 +02:00
+ Changed tar.gz names to resemble zip names
This commit is contained in:
parent
41546a62d8
commit
4dca553ca0
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Don't edit, this file is generated by FPCMake Version 1.9.8 [2005/02/09]
|
# Don't edit, this file is generated by FPCMake Version 1.9.8 [2005/02/19]
|
||||||
#
|
#
|
||||||
default: help
|
default: help
|
||||||
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-emx i386-watcom i386-netwlibc m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd arm-linux
|
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-emx i386-watcom i386-netwlibc m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd arm-linux
|
||||||
@ -954,7 +954,7 @@ export UPXPROG
|
|||||||
ZIPOPT=-9
|
ZIPOPT=-9
|
||||||
ZIPEXT=.zip
|
ZIPEXT=.zip
|
||||||
ifeq ($(USETAR),bz2)
|
ifeq ($(USETAR),bz2)
|
||||||
TAROPT=vI
|
TAROPT=vj
|
||||||
TAREXT=.tar.bz2
|
TAREXT=.tar.bz2
|
||||||
else
|
else
|
||||||
TAROPT=vz
|
TAROPT=vz
|
||||||
@ -1718,11 +1718,11 @@ install:
|
|||||||
@echo pdfinstall,htmlinstall,htmldosinstall
|
@echo pdfinstall,htmlinstall,htmldosinstall
|
||||||
@exit
|
@exit
|
||||||
pstar:
|
pstar:
|
||||||
$(MAKE) zipinstall ZIPTARGET=psinstall UNIXHier=1 USETAR=y FULLZIPNAME=fpcdocps
|
$(MAKE) zipinstall ZIPTARGET=psinstall UNIXHier=1 USETAR=y FULLZIPNAME=doc-ps
|
||||||
pszip:
|
pszip:
|
||||||
$(MAKE) zipinstall ZIPTARGET=psinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-ps
|
$(MAKE) zipinstall ZIPTARGET=psinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-ps
|
||||||
pdftar:
|
pdftar:
|
||||||
$(MAKE) zipinstall ZIPTARGET=pdfinstall UNIXHier=1 USETAR=y FULLZIPNAME=fpcdoc
|
$(MAKE) zipinstall ZIPTARGET=pdfinstall UNIXHier=1 USETAR=y FULLZIPNAME=doc-pdf
|
||||||
pdfzip:
|
pdfzip:
|
||||||
$(MAKE) zipinstall ZIPTARGET=pdfinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-pdf
|
$(MAKE) zipinstall ZIPTARGET=pdfinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-pdf
|
||||||
dvizip:
|
dvizip:
|
||||||
@ -1730,7 +1730,7 @@ dvizip:
|
|||||||
txtzip:
|
txtzip:
|
||||||
$(MAKE) zipinstall ZIPTARGET=txtinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-txt
|
$(MAKE) zipinstall ZIPTARGET=txtinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-txt
|
||||||
htmltar:
|
htmltar:
|
||||||
$(MAKE) zipinstall ZIPTARGET=htmlinstall UNIXHier=1 USETAR=y FULLZIPNAME=fpcdochtml
|
$(MAKE) zipinstall ZIPTARGET=htmlinstall UNIXHier=1 USETAR=y FULLZIPNAME=doc-html
|
||||||
htmlzip:
|
htmlzip:
|
||||||
$(MAKE) zipinstall ZIPTARGET=htmlinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-html
|
$(MAKE) zipinstall ZIPTARGET=htmlinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-html
|
||||||
psdist: pszip pstar
|
psdist: pszip pstar
|
||||||
|
@ -478,13 +478,13 @@ install:
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
pstar:
|
pstar:
|
||||||
$(MAKE) zipinstall ZIPTARGET=psinstall UNIXHier=1 USETAR=y FULLZIPNAME=fpcdocps
|
$(MAKE) zipinstall ZIPTARGET=psinstall UNIXHier=1 USETAR=y FULLZIPNAME=doc-ps
|
||||||
|
|
||||||
pszip:
|
pszip:
|
||||||
$(MAKE) zipinstall ZIPTARGET=psinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-ps
|
$(MAKE) zipinstall ZIPTARGET=psinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-ps
|
||||||
|
|
||||||
pdftar:
|
pdftar:
|
||||||
$(MAKE) zipinstall ZIPTARGET=pdfinstall UNIXHier=1 USETAR=y FULLZIPNAME=fpcdoc
|
$(MAKE) zipinstall ZIPTARGET=pdfinstall UNIXHier=1 USETAR=y FULLZIPNAME=doc-pdf
|
||||||
|
|
||||||
pdfzip:
|
pdfzip:
|
||||||
$(MAKE) zipinstall ZIPTARGET=pdfinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-pdf
|
$(MAKE) zipinstall ZIPTARGET=pdfinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-pdf
|
||||||
@ -496,7 +496,7 @@ txtzip:
|
|||||||
$(MAKE) zipinstall ZIPTARGET=txtinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-txt
|
$(MAKE) zipinstall ZIPTARGET=txtinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-txt
|
||||||
|
|
||||||
htmltar:
|
htmltar:
|
||||||
$(MAKE) zipinstall ZIPTARGET=htmlinstall UNIXHier=1 USETAR=y FULLZIPNAME=fpcdochtml
|
$(MAKE) zipinstall ZIPTARGET=htmlinstall UNIXHier=1 USETAR=y FULLZIPNAME=doc-html
|
||||||
|
|
||||||
htmlzip:
|
htmlzip:
|
||||||
$(MAKE) zipinstall ZIPTARGET=htmlinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-html
|
$(MAKE) zipinstall ZIPTARGET=htmlinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-html
|
||||||
@ -574,7 +574,10 @@ execute:
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.10 2005-02-19 22:24:47 peter
|
# Revision 1.11 2005-02-20 00:38:28 michael
|
||||||
|
# + Changed tar.gz names to resemble zip names
|
||||||
|
#
|
||||||
|
# Revision 1.10 2005/02/19 22:24:47 peter
|
||||||
# * updated html target
|
# * updated html target
|
||||||
#
|
#
|
||||||
# Revision 1.9 2005/02/18 23:04:15 michael
|
# Revision 1.9 2005/02/18 23:04:15 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user