1
0
mirror of https://github.com/moparisthebest/FireTray synced 2024-11-17 22:35:02 -05:00

Fix: Makefile to include LICENSE properly.

This commit is contained in:
foudfou 2014-07-16 00:43:11 +02:00
parent 950a0d511d
commit 9005ca8f85

View File

@ -156,6 +156,9 @@ $(build_dir)/%: %
@mkdir -p $(dir $@)
@cp -f $< $@ # -d for symlinks
$(build_dir)/$(license): ../$(license)
@cp -f $< $@
# Inject SCM revision stamp. This may be useful in case we mess up with tags
$(build_dir)/$(install_rdf): $(install_rdf)
@sed 's/\/\* SCM-REVISION:/\/* SCM-REVISION: $(SCM-REVISION) /' $< > $@