diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-12-04 22:39:58 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-12-04 22:39:58 -0800 |
commit | ed17cfc71a19e614a437581b6991a43d06ca6e01 (patch) | |
tree | 18b575ca75685c0f0986119b7bd71d29a975436e /Makefile | |
parent | 79ba92a40d74af8f1c62678d7d7fbf45c69e7d2a (diff) |
Fixed another archive problem.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ archive: spec.html $(BUILDDIR) man/man1/cmark.1 man/man3/cmark.3 for f in $$srcfiles; do cp -a $$f $(PKGDIR)/$$f; done; \ cp -a $(SRCDIR)/scanners.c $(PKGDIR)/$(SRCDIR)/; \ cp -a spec.html $(PKGDIR); \ + cp -a man/CMakeLists.txt $(PKGDIR)/man;\ cp -a man/man1/cmark.1 $(PKGDIR)/man/man1;\ cp -a man/man3/cmark.3 $(PKGDIR)/man/man3;\ cp CMakeLists.txt $(PKGDIR); \ |