Skip to content
Snippets Groups Projects
Commit 44cb9e7a authored by Greg Wilson's avatar Greg Wilson
Browse files

Making single-page version in main Makefile

parent 294ae6c7
Branches
Tags
No related merge requests found
......@@ -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 '</nav>' -c '<footer' ${HTML_FILES} > _site/singlepage.html
# Include extra commands if available.
-include commands.mk
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment