cmark

My personal build of CMark ✏️

Commit
2fc4083cbaf57e2afbcd85306f11e58a59bf8ab3
Parent
7ac6d3796b19beccf575ea6e3e6c66673561d9e6
Author
John MacFarlane <jgm@berkeley.edu>
Date

Updated update-site target.

Diffstat

1 file changed, 1 insertion, 4 deletions

Status File Name N° Changes Insertions Deletions
Modified Makefile 5 1 4
diff --git a/Makefile b/Makefile
@@ -66,10 +66,7 @@ update-site: spec.html narrative.html
 	cp spec.html _site/
 	cp narrative.html _site/index.html
 	cp -r js/* _site/js/
-	cd _site
-	git commit -a -m "Updated site for latest spec, narrative, js"
-	git push
-	cd ..
+	(cd _site ; git commit -a -m "Updated site for latest spec, narrative, js" ; git push; cd ..)
 
 clean:
 	-rm test $(SRCDIR)/*.o $(SRCDIR)/scanners.c