From 96f0b1295b9ac22d7dc87f60f7064e77da4e8ede Mon Sep 17 00:00:00 2001 From: Allanis Date: Tue, 22 Jul 2014 02:20:12 +0100 Subject: [PATCH] [Add] Added AUTHORS file to ldata packfile. --- AUTHORS | 7 +++---- bin/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index 35e0d9b..29a3e0b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -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. diff --git a/bin/Makefile b/bin/Makefile index 92d044c..51fa3b3 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -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