diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 11:36:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 11:36:16 -0300 |
commit | 5be1dd650e16cac65df163b3866b583e22155e71 (patch) | |
tree | 2cce7de0e030e363e58c0dae6773c1f87d63793f /Makefile.bookup | |
parent | ae01390d4f15f8981834cbb74050b00af98409ce (diff) | |
download | bookup-5be1dd650e16cac65df163b3866b583e22155e71.tar.gz bookup-5be1dd650e16cac65df163b3866b583e22155e71.tar.bz2 |
Make 'book' the default output name
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) |