summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-04 22:39:58 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-04 22:39:58 -0800
commited17cfc71a19e614a437581b6991a43d06ca6e01 (patch)
tree18b575ca75685c0f0986119b7bd71d29a975436e /Makefile
parent79ba92a40d74af8f1c62678d7d7fbf45c69e7d2a (diff)
Fixed another archive problem.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0559277..1a1c8fa 100644
--- a/Makefile
+++ b/Makefile
@@ -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); \