also version the all helper mod

This commit is contained in:
Matthias Mailänder
2015-05-07 21:25:32 +02:00
parent ebfd6eb8f6
commit 4dbdd365de

View File

@@ -304,7 +304,7 @@ cli-dependencies:
native-dependencies:
@./configure
version: mods/ra/mod.yaml mods/cnc/mod.yaml mods/d2k/mod.yaml mods/modchooser/mod.yaml
version: mods/ra/mod.yaml mods/cnc/mod.yaml mods/d2k/mod.yaml mods/modchooser/mod.yaml mods/all/mod.yaml
@for i in $? ; do \
awk '{sub("Version:.*$$","Version: $(VERSION)"); print $0}' $${i} > $${i}.tmp && \
mv -f $${i}.tmp $${i} ; \