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:
parent
950a0d511d
commit
9005ca8f85
@ -156,6 +156,9 @@ $(build_dir)/%: %
|
|||||||
@mkdir -p $(dir $@)
|
@mkdir -p $(dir $@)
|
||||||
@cp -f $< $@ # -d for symlinks
|
@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
|
# Inject SCM revision stamp. This may be useful in case we mess up with tags
|
||||||
$(build_dir)/$(install_rdf): $(install_rdf)
|
$(build_dir)/$(install_rdf): $(install_rdf)
|
||||||
@sed 's/\/\* SCM-REVISION:/\/* SCM-REVISION: $(SCM-REVISION) /' $< > $@
|
@sed 's/\/\* SCM-REVISION:/\/* SCM-REVISION: $(SCM-REVISION) /' $< > $@
|
||||||
|
Loading…
Reference in New Issue
Block a user