summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2013-07-04 16:32:21 +0200
committerRaphael Langella <raphael.langella@gmail.com>2013-07-04 16:32:21 +0200
commit315986e51ba125e3fcd00c96b54c9ba7fbd354de (patch)
tree128827ed5b45fdc18487d9bdba99062720347c67 /crawl-ref/source
parent280b7835a7bc0c21b61ce711077aaaf040d7bdc9 (diff)
downloadcrawl-ref-315986e51ba125e3fcd00c96b54c9ba7fbd354de.tar.gz
crawl-ref-315986e51ba125e3fcd00c96b54c9ba7fbd354de.zip
Purge some obsolete transifex config.
Those are not generated from the Makefile anymore.
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/Makefile2
-rw-r--r--crawl-ref/source/Makefile.obj17
2 files changed, 1 insertions, 18 deletions
diff --git a/crawl-ref/source/Makefile b/crawl-ref/source/Makefile
index fd0d812e99..9c9e022904 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -1082,7 +1082,7 @@ GENERATED_DOCS := $(DOC_BASE)/aptitudes.txt $(DOC_BASE)/FAQ.html $(DOC_BASE)/cr
GENERATED_HEADERS := art-enum.h config.h #the rest are private
GENERATED_FILES := $(GENERATED_HEADERS) art-data.h mon-mst.h mi-enum.h \
$(RLTILES)/dc-unrand.txt build.h compflag.h dat/dlua/tags.lua \
- cmd-name.h $(INI_OBJECTS)
+ cmd-name.h
SRC_PKG_BASE := stone_soup
SRC_VERSION := $(shell git describe --tags $(MERGE_BASE) 2>/dev/null || cat util/release_ver)
diff --git a/crawl-ref/source/Makefile.obj b/crawl-ref/source/Makefile.obj
index 6d9038f665..a541325c96 100644
--- a/crawl-ref/source/Makefile.obj
+++ b/crawl-ref/source/Makefile.obj
@@ -290,23 +290,6 @@ YACC_OBJECTS = \
util/levcomp.tab.o \
util/levcomp.lex.o
-INI_OBJECTS = \
-dat/descript/ability.ini \
-dat/descript/backgrounds.ini \
-dat/descript/branches.ini \
-dat/descript/cards.ini \
-dat/descript/commands.ini \
-dat/descript/features.ini \
-dat/descript/gods.ini \
-dat/descript/items.ini \
-dat/descript/monsters.ini \
-dat/descript/quotes.ini \
-dat/descript/skills.ini \
-dat/descript/species.ini \
-dat/descript/spells.ini \
-dat/descript/unident.ini \
-dat/descript/unrand.ini
-
ALL_OBJECTS = $(OBJECTS) $(TILES_OBJECTS) $(GLTILES_OBJECTS) \
$(WEBTILES_OBJECTS) $(YACC_OBJECTS) $(TILEDEFOBJS) \
libw32c.o \