diff options
Diffstat (limited to 'Makefile.bookup')
-rw-r--r-- | Makefile.bookup | 2 |
1 files changed, 1 insertions, 1 deletions
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) |