diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-07-03 08:41:22 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-07-03 08:41:22 +0000 |
commit | 3ee57d0bf1f445ff9124d823f32e0875b442ae7c (patch) | |
tree | 274d94d078f5c8f6bd9b8523dcdac6c26990abb3 /Makefile | |
parent | 58f10f85ed975916d7925de22fe9653750e20258 (diff) |
Full removed admon graphics on nochunked output.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6352 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -61,14 +61,6 @@ nochunks: sed -i -e "s@text/html@application/xhtml+xml@g" \ $(BASEDIR)/$(NOCHUNKS_OUTPUT) - if [ ! -e $(BASEDIR)/images ]; then \ - mkdir -p $(BASEDIR)/images; \ - fi; - cp $(XSLROOTDIR)/images/*.png \ - $(BASEDIR)/images - cd $(BASEDIR)/; sed -i -e "s@../images@images@g" \ - *.html - validate: xmllint --noout --nonet --xinclude --postvalid index.xml |