diff options
author | Vicent Marti <vicent@github.com> | 2015-01-06 20:30:23 +0100 |
---|---|---|
committer | Vicent Marti <vicent@github.com> | 2015-01-06 20:30:23 +0100 |
commit | 8cdd63ef695aa87e598692076a1351de4862f4d5 (patch) | |
tree | 35f6d58e8a8064db5a7182e09821667e6bd4bfd1 /Makefile | |
parent | b1bbd90481512f1a43c17893598e4d96a817c536 (diff) | |
parent | f11415d36a2d0b288db811a66b0f9f077c6ca123 (diff) |
Merge pull request #269 from jgm/license
Updated LICENSE, renamed to COPYING.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ archive: spec.html $(BUILDDIR) man/man1/cmark.1 man/make_man_page.py cp CMakeLists.txt $(PKGDIR); \ perl -ne '$$p++ if /^### JavaScript/; print if (!$$p)' Makefile > $(PKGDIR)/Makefile; \ cp -a Makefile.nmake nmake.bat $(PKGDIR); \ - cp -a README.md LICENSE spec.txt $(PKGDIR)/; \ + cp -a README.md COPYING spec.txt $(PKGDIR)/; \ tar czf $(TARBALL) $(PKGDIR); \ zip -q -r $(ZIPARCHIVE) $(PKGDIR); \ rm -rf $(PKGDIR) ; \ |