From 5be1dd650e16cac65df163b3866b583e22155e71 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 6 Jun 2024 11:36:16 -0300 Subject: Make 'book' the default output name --- Makefile.bookup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.bookup') diff --git a/Makefile.bookup b/Makefile.bookup index 417b56b..28ce544 100644 --- a/Makefile.bookup +++ b/Makefile.bookup @@ -15,7 +15,7 @@ BOOKUP ?= . PROJECT ?= bookup # Output file names (prefix) -OUTPUT ?= $(PROJECT) +OUTPUT ?= book # Destination website hostname (for rsync+ssh) WEBSITE ?= $(PROJECT) -- cgit v1.2.3