mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 16:28:01 -05:00
Changes to example.ini should trigger "make ini"
This commit is contained in:
committed by
Neil Williams
parent
4a3a1a9858
commit
3c2356c1a5
@@ -87,7 +87,7 @@ INIFILES := $(UPDATE_FILES:.update=.ini)
|
||||
|
||||
ini: $(INIFILES)
|
||||
|
||||
$(INIFILES): %.ini: %.update
|
||||
$(INIFILES): %.ini: %.update example.ini
|
||||
./updateini.py example.ini $< > $@ || rm $@
|
||||
|
||||
clean_ini:
|
||||
|
||||
Reference in New Issue
Block a user