Changeset 6056746


Ignore:
Timestamp:
05/16/2004 10:45:28 AM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
e23384c4
Parents:
9c709944
Message:
  • Added nochunks output

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/b5_1/BOOK@3606 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r9c709944 r6056746  
    3434        fop.sh lfs-print.fo lfs-print.pdf
    3535
     36nochunks:
     37        xsltproc --xinclude --nonet --output lfs.html \
     38          stylesheets/lfs-nochunks.xsl index.xml
     39        tidy -config tidy.conf lfs.html || true
     40
    3641validate:
    3742        xmllint --noout --nonet --xinclude --postvalid index.xml
Note: See TracChangeset for help on using the changeset viewer.