aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-05 12:04:33 +0200
committerLoïc Hoguin <[email protected]>2014-08-05 12:04:33 +0200
commitbed9ae9b1b85bb4f13a59b360b04a549e70ab2ee (patch)
tree9322180efff110778d4bb24d2458b55823db125a /Makefile
parentb582edba733b08b92c8e3eb180d9d081fd523cb6 (diff)
downloaderlang.mk-bed9ae9b1b85bb4f13a59b360b04a549e70ab2ee.tar.gz
erlang.mk-bed9ae9b1b85bb4f13a59b360b04a549e70ab2ee.tar.bz2
erlang.mk-bed9ae9b1b85bb4f13a59b360b04a549e70ab2ee.zip
Add a contributing section to the README and simplify package addition
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d6d977..d7bb08d 100644
--- a/Makefile
+++ b/Makefile
@@ -19,5 +19,9 @@ ERLANG_MK = erlang.mk
.PHONY: all
-all:
+all: pkg
awk 'FNR==1 && NR!=1{print ""}1' $(patsubst %,%.mk,$(BUILD_CONFIG)) > $(ERLANG_MK)
+
+pkg:
+ cat packages.v2.tsv | awk 'BEGIN { FS = "\t" }; { print $$1 "\t" $$3 "\t" $$5 "\t" $$6 }' > packages.v1.tsv
+ cp packages.v1.tsv packages.v1.txt