From 0cb3c635c9cbe85ca473cf4bff7b9c6857dab424 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 19 Jun 2024 17:17:10 -0300 Subject: Fix: apply fixes to the archive/permalink logic --- Makefile.bookup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.bookup') 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 -- cgit v1.2.3