From d8a4d78b625556ac27133ea15720228b3f0aeb95 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Wed, 4 May 2016 07:27:14 -0400 Subject: [PATCH] Making single-page version in main Makefile --- Makefile | 6 +++++- _extras/{discussion.md => discuss.md} | 0 2 files changed, 5 insertions(+), 1 deletion(-) rename _extras/{discussion.md => discuss.md} (100%) diff --git a/Makefile b/Makefile index 9c92795..0ea8e0e 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ HTML_FILES = \ ${DST}/license/index.html # Controls -.PHONY : commands clean files +.PHONY : commands clean files singlepage all : commands ## commands : show all commands. @@ -41,5 +41,9 @@ clean : files : @echo ${HTML_FILES} +## singlepage : build hacky single-page version of material (after 'make site'). +singlepage : + bin/jekyllcat -o '' -c ' _site/singlepage.html + # Include extra commands if available. -include commands.mk diff --git a/_extras/discussion.md b/_extras/discuss.md similarity index 100% rename from _extras/discussion.md rename to _extras/discuss.md -- GitLab