[Add] Added AUTHORS file to ldata packfile.

This commit is contained in:
Allanis 2014-07-22 02:20:12 +01:00
parent 18fe746053
commit 96f0b1295b
2 changed files with 6 additions and 6 deletions

View File

@ -1,14 +1,13 @@
Lead Development Team:
~~~~~~~~~~~~~~~~~~~~~
-- Allanis
* Lead developer.
* Lead Software Engineer.
Contributors:
~~~~~~~~~~~~~
-- VLack
* Testing!
* Some Graphics
* Possible story.
* Testing.
* Some Graphics.
-- M_D_K (Gavin Massey)
* Testing.

View File

@ -92,6 +92,7 @@ LDFLAGS += -pg
endif
# DATA.
DATA_MISC := ../AUTHORS VERSION
DATA_AI := $(wildcard ../scripts/ai/*.lua \
../scripts/ai/*/*.lua)
DATA_GFX := $(wildcard ../gfx/*.png \
@ -105,7 +106,7 @@ DATA_MISN := $(wildcard ../dat/missions/*.lua \
../dat/mission/*/*/*.lua)
DATA := ldata
DATAFILES := $(DATA_AI) $(DATA_GFX) $(DATA_XML) $(DATA_SND) $(DATA_MISN)
DATAFILES := $(DATA_MISC) $(DATA_AI) $(DATA_GFX) $(DATA_XML) $(DATA_SND) $(DATA_MISN)
# TARGETS.
.PHONY: all help csparse lua utils docs clean distclean
@ -154,7 +155,7 @@ $(VERSIONFILE):
ldata: pack $(DATAFILES)
@echo -n "$(VMAJOR).$(VMINOR).$(VREV)" > $(VERSIONFILE)
@echo " Creating ldata..\n"
@./pack $(DATA) $(DATAFILES) $(VERSIONFILE)
@./pack $(DATA) $(DATAFILES)
utils: pack mksprite