Add quickstart.rtf to ziprelease and WinInstaller
This commit is contained in:
parent
235565e447
commit
fd73bee2cd
@ -127,6 +127,7 @@ Section "Grafx2" SecProgram
|
|||||||
File /r ..\share\grafx2\scripts\samples\*.*
|
File /r ..\share\grafx2\scripts\samples\*.*
|
||||||
SetOutPath "$INSTDIR\doc"
|
SetOutPath "$INSTDIR\doc"
|
||||||
File ..\doc\*.txt
|
File ..\doc\*.txt
|
||||||
|
File ..\doc\quickstart.rtf
|
||||||
SetOutPath "$INSTDIR\share\grafx2\fonts"
|
SetOutPath "$INSTDIR\share\grafx2\fonts"
|
||||||
File ..\share\grafx2\fonts\*.png
|
File ..\share\grafx2\fonts\*.png
|
||||||
File ..\share\grafx2\fonts\*.ttf
|
File ..\share\grafx2\fonts\*.ttf
|
||||||
|
|||||||
@ -766,6 +766,7 @@ FONTS = 8pxfont.png Tuffy.ttf PF_Arma_5__.png \
|
|||||||
FONT_FILES = $(addprefix ../share/grafx2/fonts/,$(FONTS))
|
FONT_FILES = $(addprefix ../share/grafx2/fonts/,$(FONTS))
|
||||||
|
|
||||||
DOC_FILES = $(wildcard ../doc/*.txt)
|
DOC_FILES = $(wildcard ../doc/*.txt)
|
||||||
|
DOC_FILESRTF = ../doc/quickstart.rtf
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(PLATFORM),Darwin)
|
ifeq ($(PLATFORM),Darwin)
|
||||||
@ -871,7 +872,7 @@ ziprelease: release $(SRCARCH)
|
|||||||
cd .. && $(ZIP) $(ZIPOPT) "grafx2-$(API)-$(VERSIONTAG)$(TTFLABEL)-$(PLATFORM).$(ZIP)" \
|
cd .. && $(ZIP) $(ZIPOPT) "grafx2-$(API)-$(VERSIONTAG)$(TTFLABEL)-$(PLATFORM).$(ZIP)" \
|
||||||
$(BIN:../%=%) share/grafx2/gfx2def.ini $(SCRIPT_FILES:../%=%) $(SKIN_FILES:../%=%) \
|
$(BIN:../%=%) share/grafx2/gfx2def.ini $(SCRIPT_FILES:../%=%) $(SKIN_FILES:../%=%) \
|
||||||
share/grafx2/gfx2.gif share/icons/grafx2.svg \
|
share/grafx2/gfx2.gif share/icons/grafx2.svg \
|
||||||
$(FONT_FILES:../%=%) $(SRCARCH:../%=%) $(PLATFORMFILES:../%=%)
|
$(FONT_FILES:../%=%) $(SRCARCH:../%=%) $(PLATFORMFILES:../%=%) $(DOC_FILESRTF:../%=%)
|
||||||
ifdef WIN32CROSS
|
ifdef WIN32CROSS
|
||||||
cd .. && $(ZIP) $(ZIPOPT) --to-crlf "grafx2-$(API)-$(VERSIONTAG)$(TTFLABEL)-$(PLATFORM).$(ZIP)" \
|
cd .. && $(ZIP) $(ZIPOPT) --to-crlf "grafx2-$(API)-$(VERSIONTAG)$(TTFLABEL)-$(PLATFORM).$(ZIP)" \
|
||||||
$(DOC_FILES:../%=%)
|
$(DOC_FILES:../%=%)
|
||||||
@ -882,7 +883,7 @@ endif
|
|||||||
ifeq ($(PLATFORM),Darwin)
|
ifeq ($(PLATFORM),Darwin)
|
||||||
$(ZIP) $(ZIPOPT) -r ../Grafx2.app-$(shell uname -m)-$(API)-$(VERSIONTAG).zip Grafx2.app
|
$(ZIP) $(ZIPOPT) -r ../Grafx2.app-$(shell uname -m)-$(API)-$(VERSIONTAG).zip Grafx2.app
|
||||||
cd .. && $(ZIP) $(ZIPOPT) Grafx2.app-$(shell uname -m)-$(API)-$(VERSIONTAG).zip \
|
cd .. && $(ZIP) $(ZIPOPT) Grafx2.app-$(shell uname -m)-$(API)-$(VERSIONTAG).zip \
|
||||||
$(DOC_FILES:../%=%) $(SRCARCH:../%=%)
|
$(DOC_FILES:../%=%) $(DOC_FILESRTF:../%=%) $(SRCARCH:../%=%)
|
||||||
endif
|
endif
|
||||||
$(TAR) czf "../grafx2-$(VERSIONTAG)-src.tgz" $(TARTRANSFORM) \
|
$(TAR) czf "../grafx2-$(VERSIONTAG)-src.tgz" $(TARTRANSFORM) \
|
||||||
../src/*.c ../src/*.cpp ../src/*.h ../src/Makefile ../src/Makefile.dep \
|
../src/*.c ../src/*.cpp ../src/*.h ../src/Makefile ../src/Makefile.dep \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user