diff options
-rw-r--r-- | ChangeLog.md | 4 | ||||
-rw-r--r-- | Makefile.bookup | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index 829a3e5..c6840d5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # ChangeLog +## v0.1.6 - 2024-06-19 + +* [x] Apply fixes to the archive/permalink logic. + ## v0.1.5 - 2024-06-19 * [x] Archive after doing a build, making sure that the current tag is already 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 |