aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* SImplify Makefile now that we have fixed DB-xsl bugPierre Labastie2024-01-171-5/+0
|
* Makefile: Unify two sed for removing bogus xmlns:xlink, and link to upstream ↵Xi Ruoyao2024-01-151-2/+5
| | | | | | bug report Nasty bug :(.
* make default BASEDIR in public_htmlPierre Labastie2024-01-141-2/+2
| | | | | | that is: - ~/public_html/lfs-book for sysv - ~/public_html/lfs-systemd for systemd
* Generate utf-8 for lfs-nochunks tooPierre Labastie2024-01-141-1/+1
| | | | | | | This involves: - removing the <xsl:output ...> element from nochunks.xsl - adding a sed for rmoving the invalid xmlns:xlink attribute - removing the sed for "&copy;"
* Remove an invalid attribute in longindex.htmlPierre Labastie2024-01-141-0/+1
| | | | | | | | | | | For some reason, the stylesheets generate a <div xmlns:xlink="http://www.w3.org/1999/xlink" ...> element in longindex.html, but this is not valid in xhtml (the attribute xmlns=xlink is not defined in the DTD). The problem is that tidy then thinks it is not a true xhtml and removes the doctype declaration. But when a browser receives a file without doctype declaration, it thinks it uses an old standard, and switches to "quirks mode" (for firefox, this can be seen by typing ctrl-I on the page).
* Makefile: Set tabs to 3 spaces when editing with viPierre Labastie2024-01-141-0/+1
| | | | This allows all editors to have the same settings...
* Generate utf-8 encoded htmlPierre Labastie2023-11-231-1/+0
| | | | | | | This removes several problems with wrong encodings... The sed for &copy; is not needed anymore tidy.conf has to be changed to remove specification of latin1 as input and output encodings.
* build: Add "make dist"Xi Ruoyao2023-09-131-1/+10
| | | | | | For creating a tarball without .git directory easier. The tarball will include version.ent and LFS-RELEASE files so the book rendered from it won't show "unknown" for all dates.
* Makefile: reinstate the dump-commands targetPierre Labastie2022-09-181-14/+9
|
* Makefile: remove unneeded tabsPierre Labastie2022-09-181-4/+4
|
* provide revision-specific wget-list-$(REV) fileXi Ruoyao2022-06-211-12/+18
| | | | | | | | It's irrational to force a sysv builder to download systemd, or vice versa. But we cannot simply make wget-list specific for revision: IIRC the wget-list file with all packages in either revision is used by some scripts on rivendell. So we keep wget-list as is, and provide a new wget-list-$(REV) file which only contains the packages for one revision.
* Add a conditional entity for sysv/systemdPierre Labastie2021-09-221-1/+1
| | | | | This removes the need for versiond, and other xxxd entities. Those entities will be removed in the next commits.
* Remove eol spacesPierre Labastie2021-09-071-1/+1
|
* Fix lfs-print.css location in index.html <head>Pierre Labastie2021-08-211-0/+1
| | | | | | The template generates ../stylesheets/lfs-print.css, which is ok for all pages, except index.html. Remove the ../ with a sed in the Makefile.
* use https for anduinXi Ruoyao2021-05-241-1/+1
|
* automatically generate version info from git HEADXi Ruoyao2021-04-071-2/+5
|
* Split Chapter 5 into three separate chapters.Bruce Dubbs2020-06-161-4/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | Implement a new method of cross-building the LFS tool chain and other tools to simplify the method of isolating the new system from the original host. This will be the start of LFS-10.0. Move old trunk/BOOK to branches/old-trunk. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11946 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
| * Remove unused lines in MakefileBruce Dubbs2020-06-131-3/+0
| | | | | | | | | | | | | | | | Fix spacing in util-linux git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11936 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
| * Initial commit of alternative cross LFSBruce Dubbs2020-06-071-2/+2
|/ | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Commit forgotten Makefile in previous commitPierre Labastie2020-03-131-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11780 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Better beter fix for MakefilePierre Labastie2020-03-031-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11775 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* A better fix for the Makefile nochunksBruce Dubbs2020-03-031-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11774 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Ensure nochunks handles fixups properlyBruce Dubbs2020-03-021-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11773 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Convert bootscripts and udev tarballs to xzBruce Dubbs2019-06-301-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11628 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Comment out the "dump-commands" target in MakefilePierre Labastie2018-09-101-8/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11467 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Disable deprecated mpx code in gccBruce Dubbs2018-08-251-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tweak the MakefileBruce Dubbs2018-08-211-5/+5
| | | | | | | Minor change to mountfs boot script when stopping. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11455 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Makefile: for pdf rendering:Pierre Labastie2018-03-161-5/+4
| | | | | | | - fix the required disk space for LFS-Bootscripts (use lfs-full instead of lfs-html2) - copy the images to RENDERTMP so that they appear in notes/warnings et al git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11385 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix image generation in PDF output.DJ Lucas2018-02-181-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11372 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tweaking Makefile messagesBruce Dubbs2016-07-221-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11098 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to tzdata-2016f.Bruce Dubbs2016-07-101-2/+2
| | | | | | | | Add discussion of Grub Bios Partition. Fix Makefile for proper total package size calculation. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adjust Makefile so it honors passed variables better.Bruce Dubbs2016-05-291-8/+8
| | | | | | | | Add a small sed to e2fsprogs that allows test successes to be properly identified. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11079 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updates after a successful jhalfs buildBruce Dubbs2016-05-271-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11077 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Optimize building merged booksBruce Dubbs2016-05-251-183/+54
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11076 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix merged Makfile for pdfBruce Dubbs2016-05-251-3/+30
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11075 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update Makefile for merged files" nochunks, md5sums, wget-listBruce Dubbs2016-05-251-69/+186
| | | | | | | Fix some formatting ant typos git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11074 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Create branches/merge in svn repo fo rtesting of merged LFS booksBruce Dubbs2016-05-241-6/+69
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to tzdata-2015f. Bruce Dubbs2015-08-161-2/+3
| | | | | | | | | Add a workaround to ncurses in Chapter 5 for hosts that have mawk installed. Document some minor test failures. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adding some new png files to supoprt alternate cssBruce Dubbs2015-08-101-1/+1
| | | | | | | | | | | Fix css validation for media='print' stylesheet Add alternate css file NO VISIBLE CHANGES FOR USERS git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10934 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adjust link to md5sums download in nochunks output. Fixes #3427.Matthew Burgess2013-11-191-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10375 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update stylesheets to docbook-xsl-1.78.1.Matthew Burgess2013-10-081-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tweak dependencies for wget-list and md5sumsBruce Dubbs2013-09-011-2/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10334 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Touch up MakefileBruce Dubbs2013-05-071-22/+17
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10267 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to automake-1.12.6 and linux-3.7.1Bruce Dubbs2012-12-181-1/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10070 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Revert erroneous stylesheet changes, applied by mistake.Matthew Burgess2012-09-041-4/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9984 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Cosmetic (source only) fixes to whatsnewMatthew Burgess2012-09-041-1/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9983 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tweak MakefileBruce Dubbs2012-07-161-2/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9909 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Allow aux-file-data.sh to be run successfully from the command line, and ↵Matthew Burgess2012-03-051-15/+8
| | | | | | rename validxml target to validate. Thanks to Pierre Labastie for the report. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9762 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor clarification in MakefileBruce Dubbs2012-01-071-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9699 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix hyperlink to wget-list output in the nochunks HTML output. Fixes #2956.Matthew Burgess2011-11-011-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9658 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689