From 2e998d28c48c740024e265e5fd9d8743adee1c4c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 7 Jun 2024 21:38:41 +0100 Subject: Feat: Makefile: site target --- Makefile.bookup | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'Makefile.bookup') diff --git a/Makefile.bookup b/Makefile.bookup index 4998000..dff64f8 100644 --- a/Makefile.bookup +++ b/Makefile.bookup @@ -46,13 +46,13 @@ YEAR = $(shell date +%Y) # Phony targets # -.PHONY: archive +.PHONY: archive site # # Default target # -all: submodules book notes assemble clean +all: submodules book notes site assemble clean @true # @@ -247,6 +247,13 @@ bookdown_notes_html: notes: compile_notes bookdown_clean bookdown_notes_html move_notes clean +# +# Website +# This is a phony target to be overrided in another Makefile +# +site: + @true + # # Remote copies # -- cgit v1.2.3