mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 22:48:57 +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
|
||||
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
|
||||
ZIPEXT=.zip
|
||||
ifeq ($(USETAR),bz2)
|
||||
TAROPT=vI
|
||||
TAROPT=vj
|
||||
TAREXT=.tar.bz2
|
||||
else
|
||||
TAROPT=vz
|
||||
@ -1718,11 +1718,11 @@ install:
|
||||
@echo pdfinstall,htmlinstall,htmldosinstall
|
||||
@exit
|
||||
pstar:
|
||||
$(MAKE) zipinstall ZIPTARGET=psinstall UNIXHier=1 USETAR=y FULLZIPNAME=fpcdocps
|
||||
$(MAKE) zipinstall ZIPTARGET=psinstall UNIXHier=1 USETAR=y FULLZIPNAME=doc-ps
|
||||
pszip:
|
||||
$(MAKE) zipinstall ZIPTARGET=psinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-ps
|
||||
pdftar:
|
||||
$(MAKE) zipinstall ZIPTARGET=pdfinstall UNIXHier=1 USETAR=y FULLZIPNAME=fpcdoc
|
||||
$(MAKE) zipinstall ZIPTARGET=pdfinstall UNIXHier=1 USETAR=y FULLZIPNAME=doc-pdf
|
||||
pdfzip:
|
||||
$(MAKE) zipinstall ZIPTARGET=pdfinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-pdf
|
||||
dvizip:
|
||||
@ -1730,7 +1730,7 @@ dvizip:
|
||||
txtzip:
|
||||
$(MAKE) zipinstall ZIPTARGET=txtinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-txt
|
||||
htmltar:
|
||||
$(MAKE) zipinstall ZIPTARGET=htmlinstall UNIXHier=1 USETAR=y FULLZIPNAME=fpcdochtml
|
||||
$(MAKE) zipinstall ZIPTARGET=htmlinstall UNIXHier=1 USETAR=y FULLZIPNAME=doc-html
|
||||
htmlzip:
|
||||
$(MAKE) zipinstall ZIPTARGET=htmlinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-html
|
||||
psdist: pszip pstar
|
||||
|
@ -478,13 +478,13 @@ install:
|
||||
#####################################################################
|
||||
|
||||
pstar:
|
||||
$(MAKE) zipinstall ZIPTARGET=psinstall UNIXHier=1 USETAR=y FULLZIPNAME=fpcdocps
|
||||
$(MAKE) zipinstall ZIPTARGET=psinstall UNIXHier=1 USETAR=y FULLZIPNAME=doc-ps
|
||||
|
||||
pszip:
|
||||
$(MAKE) zipinstall ZIPTARGET=psinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-ps
|
||||
|
||||
pdftar:
|
||||
$(MAKE) zipinstall ZIPTARGET=pdfinstall UNIXHier=1 USETAR=y FULLZIPNAME=fpcdoc
|
||||
$(MAKE) zipinstall ZIPTARGET=pdfinstall UNIXHier=1 USETAR=y FULLZIPNAME=doc-pdf
|
||||
|
||||
pdfzip:
|
||||
$(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
|
||||
|
||||
htmltar:
|
||||
$(MAKE) zipinstall ZIPTARGET=htmlinstall UNIXHier=1 USETAR=y FULLZIPNAME=fpcdochtml
|
||||
$(MAKE) zipinstall ZIPTARGET=htmlinstall UNIXHier=1 USETAR=y FULLZIPNAME=doc-html
|
||||
|
||||
htmlzip:
|
||||
$(MAKE) zipinstall ZIPTARGET=htmlinstall UNIXHier= USEZIP=y FULLZIPNAME=doc-html
|
||||
@ -574,7 +574,10 @@ execute:
|
||||
|
||||
#
|
||||
# $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
|
||||
#
|
||||
# Revision 1.9 2005/02/18 23:04:15 michael
|
||||
|
Loading…
Reference in New Issue
Block a user