diff options
Diffstat (limited to 'Makefile.bookup')
-rw-r--r-- | Makefile.bookup | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.bookup b/Makefile.bookup index 87bdfb9..079b93d 100644 --- a/Makefile.bookup +++ b/Makefile.bookup @@ -39,7 +39,7 @@ HTML_STYLE ?= bookdown::gitbook EXCLUDES = archive slides # -# Metadata +# Runtime parameters # REVISION = $(shell git describe --tags 2> /dev/null || git log -1 --format=oneline | cut -d ' ' -f 1) @@ -56,7 +56,7 @@ YEAR = $(shell date +%Y) # Default target # -all: submodules book notes site assemble clean +all: submodules book notes site assemble clean archive @true # @@ -197,7 +197,7 @@ move_book: assemble: @$(BOOKUP)/bin/assemble -book: compile_book bookdown move_book clean archive +book: compile_book bookdown move_book clean # # Notes |