Changeset b8194e0


Ignore:
Timestamp:
01/14/2024 09:44:14 PM (4 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
4647f824, 7f6519a
Parents:
0432a3a
Message:

make default BASEDIR in public_html

that is:

  • ~/public_html/lfs-book for sysv
  • ~/public_html/lfs-systemd for systemd
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r0432a3a rb8194e0  
    2525
    2626ifeq ($(REV), sysv)
    27   BASEDIR         ?= ~/lfs-book
     27  BASEDIR         ?= ~/public_html/lfs-book
    2828  PDF_OUTPUT      ?= LFS-BOOK.pdf
    2929  NOCHUNKS_OUTPUT ?= LFS-BOOK.html
    3030  DUMPDIR         ?= ~/lfs-commands
    3131else
    32   BASEDIR         ?= ~/lfs-systemd
     32  BASEDIR         ?= ~/public_html/lfs-systemd
    3333  PDF_OUTPUT      ?= LFS-SYSD-BOOK.pdf
    3434  NOCHUNKS_OUTPUT ?= LFS-SYSD-BOOK.html
Note: See TracChangeset for help on using the changeset viewer.