diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-09-04 18:29:02 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-09-04 18:29:02 +0000 |
commit | b398f4c4b9581c0b47f539e594ee4c453b6230bf (patch) | |
tree | 4bd38cf6e030585f1f164a2de7ceae52f245a9d9 /Makefile | |
parent | 1f595ea0ba4c95b6b91ccdf606be8f8a387cc255 (diff) |
Revert erroneous stylesheet changes, applied by mistake.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9984 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -29,6 +29,7 @@ lfs: validate profile-html fi; $(Q)cp images/*.png $(BASEDIR)/images $(Q)cd $(BASEDIR)/; sed -i -e "s@../stylesheets@stylesheets@g" *.html + $(Q)cd $(BASEDIR)/; sed -i -e "s@../images@images@g" *.html @echo "Running Tidy and obfuscate.sh..." $(Q)for filename in `find $(BASEDIR) -name "*.html"`; do \ @@ -75,10 +76,6 @@ nochunks: validate profile-html $(BASEDIR)/$(NOCHUNKS_OUTPUT) $(Q)$(MAKE) wget-list -epub: validate - @echo "Generating ePub..." - $(Q)xsltproc --nonet stylesheets/lfs-xsl/epub.xsl $(RENDERTMP)/lfs-full.xml - tmpdir: @echo "Creating and cleaning $(RENDERTMP)" $(Q)[ -d $(RENDERTMP) ] || mkdir -p $(RENDERTMP) |