summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
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/Makefile
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/Makefile')
-rw-r--r--crawl-ref/source/Makefile2
1 files changed, 1 insertions, 1 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)