Skip to content
Snippets Groups Projects
Commit 4a7ecbd6 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Added target legal, which generates the files COPYRIGHT and COPYING.

Rev: Makefile:1.73
parent b21c6a74
No related branches found
No related tags found
No related merge requests found
# #
# $Id: Makefile,v 1.72 2002/05/30 14:35:10 nilsson Exp $ # $Id: Makefile,v 1.73 2002/05/31 22:21:25 nilsson Exp $
# #
# Meta Makefile # Meta Makefile
# #
...@@ -146,6 +146,12 @@ documentation: ...@@ -146,6 +146,12 @@ documentation:
doc: documentation doc: documentation
legal: bin/pike
bin/pike -e 'Stdio.write_file("COPYRIGHT", \
Tools.Legal.Copyright.get_text());'
bin/pike -e 'Stdio.write_file("COPYING", \
Tools.Legal.License.get_text());'
# Don't make bin/pike if we're recursing with a $(METATARGET) since we # Don't make bin/pike if we're recursing with a $(METATARGET) since we
# don't want the backquote expression which usually is part of # don't want the backquote expression which usually is part of
# $(BUILDDIR) to be expanded in that script. It's better to evaluate # $(BUILDDIR) to be expanded in that script. It's better to evaluate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment