Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Fix: Makefile to include LICENSE properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
foudfou committed Jul 15, 2014
1 parent 950a0d5 commit 9005ca8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) /' $< > $@
Expand Down

0 comments on commit 9005ca8

Please # to comment.