aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2024-01-14 22:44:14 +0100
committerPierre Labastie <pierre.labastie@neuf.fr>2024-01-14 22:44:14 +0100
commitb8194e059c3255c11fe6dc057dc049f723edf56b (patch)
treeb9e2470a6e0761fcfcb1173c7688695bad78ecfe /Makefile
parent0432a3a1a8cb9090408e0359ec16d1222bda6d7a (diff)
make default BASEDIR in public_html
that is: - ~/public_html/lfs-book for sysv - ~/public_html/lfs-systemd for systemd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 433bb86da..dc6ee93ba 100644
--- a/Makefile
+++ b/Makefile
@@ -24,12 +24,12 @@ ifneq ($(REV), sysv)
endif
ifeq ($(REV), sysv)
- BASEDIR ?= ~/lfs-book
+ BASEDIR ?= ~/public_html/lfs-book
PDF_OUTPUT ?= LFS-BOOK.pdf
NOCHUNKS_OUTPUT ?= LFS-BOOK.html
DUMPDIR ?= ~/lfs-commands
else
- BASEDIR ?= ~/lfs-systemd
+ BASEDIR ?= ~/public_html/lfs-systemd
PDF_OUTPUT ?= LFS-SYSD-BOOK.pdf
NOCHUNKS_OUTPUT ?= LFS-SYSD-BOOK.html
DUMPDIR ?= ~/lfs-sysd-commands