- Timestamp:
- 06/16/2020 11:56:28 AM (3 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 9a05e45
- Parents:
- 560065f (diff), 1cd5961 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r560065f r675606b 27 27 PDF_OUTPUT ?= LFS-BOOK.pdf 28 28 NOCHUNKS_OUTPUT ?= LFS-BOOK.html 29 DUMPDIR ?= ~/ lfs-commands29 DUMPDIR ?= ~/cross-lfs-commands 30 30 else 31 31 BASEDIR ?= ~/lfs-systemd … … 47 47 $(Q)mkdir -p $(BASEDIR)/stylesheets 48 48 $(Q)cp stylesheets/lfs-xsl/*.css $(BASEDIR)/stylesheets 49 $(Q)pushd $(BASEDIR)/ > /dev/null; \50 # sed -i -e "s@../stylesheets@stylesheets@g" *.html; \51 popd > /dev/null52 49 53 50 $(Q)mkdir -p $(BASEDIR)/images
Note:
See TracChangeset
for help on using the changeset viewer.