cmark

My personal build of CMark ✏️

Commit
ed17cfc71a19e614a437581b6991a43d06ca6e01
Parent
79ba92a40d74af8f1c62678d7d7fbf45c69e7d2a
Author
John MacFarlane <jgm@berkeley.edu>
Date

Fixed another archive problem.

Diffstat

1 file changed, 1 insertion, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified Makefile 1 1 0
diff --git 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); \