Changeset 820b6d7
- Timestamp:
- 07/17/2021 11:44:23 AM (19 months ago)
- Branches:
- 11.0, 11.1, 11.2, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- b2ac1cf
- Parents:
- cf8a147e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rcf8a147e r820b6d7 50 50 blfs: html wget-list 51 51 52 help: 53 @echo "" 54 @echo "make <parameters> <targets>" 55 @echo "" 56 @echo "Parameters:" 57 @echo " REV=<rev> Build variation of book" 58 @echo " Valid values for REV are:" 59 @echo " * sysv - Build book for SysV" 60 @echo " * systemd - Build book for systemd" 61 @echo " Defaults to 'sysv'" 62 @echo "" 63 @echo " BASEDIR=<dir> Put the output in directory <dir>." 64 @echo " Defaults to" 65 @echo " 'HOME/public_html/blfs-book' if REV=sysv (or unset)" 66 @echo " or to" 67 @echo " 'HOME/public_html/blfs-book-systemd' if REV=systemd" 68 @echo "" 69 @echo " V=<val> If <val> is a non-empty value, all" 70 @echo " steps to produce the output is shown." 71 @echo " Default is unset." 72 @echo "" 73 @echo "Targets:" 74 @echo " help Show this help text." 75 @echo "" 76 @echo " blfs Builds targets 'html' and 'wget-list'." 77 @echo "" 78 @echo " html Builds the HTML pages of the book." 79 @echo "" 80 @echo " wget-list Produces a list of all packages to download." 81 @echo " Output is BASEDIR/wget-list" 82 @echo "" 83 @echo " nochunks Builds the book as a one-pager. The output" 84 @echo " is a large single HTML page containing the" 85 @echo " whole book." 86 @echo "" 87 @echo " Parameter NOCHUNKS_OUTPUT=<filename> controls" 88 @echo " the name of the HTML file." 89 @echo "" 90 @echo " validate Runs validation checks on the XML files." 91 @echo "" 92 @echo " test-links Runs validation checks on URLs in the book." 93 @echo " Produces a file named BASEDIR/bad_urls containing" 94 @echo " URLS which are invalid and a BASEDIR/good_urls" 95 @echo " containing all valid URLs." 96 @echo "" 97 52 98 all: blfs nochunks 53 99 world: all blfs-patch-list dump-commands test-links
Note:
See TracChangeset
for help on using the changeset viewer.