aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2022-09-18 08:27:58 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2022-09-18 08:27:58 +0200
commit99260fe3c91899bf3ff511918730793479e86dc3 (patch)
tree3fa94ca7a170ad268e82ebb8bab87625d48288fb /Makefile
parent6cfe855a16b9a30cf40a7295038ab420b5b27e67 (diff)
Makefile: remove unneeded tabs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index bd6884a66..eb00b70e5 100644
--- a/Makefile
+++ b/Makefile
@@ -136,7 +136,7 @@ validate: tmpdir version
$(Q)xmllint --nonet \
--noent \
--postvalid \
- -o $(RENDERTMP)/lfs-full.xml \
+ -o $(RENDERTMP)/lfs-full.xml \
$(RENDERTMP)/lfs-html2.xml
$(Q)rm -f appendices/*.script
@@ -147,9 +147,9 @@ profile-html:
@echo "Generating profiled XML for XHTML..."
$(Q)xsltproc --nonet \
--stringparam profile.condition html \
- --output $(RENDERTMP)/lfs-html.xml \
+ --output $(RENDERTMP)/lfs-html.xml \
stylesheets/lfs-xsl/profile.xsl \
- $(RENDERTMP)/lfs-full.xml
+ $(RENDERTMP)/lfs-full.xml
wget-list: $(BASEDIR)/wget-list $(BASEDIR)/wget-list-$(REV)
$(BASEDIR)/wget-list: stylesheets/wget-list.xsl chapter03/chapter03.xml \
@@ -158,7 +158,7 @@ $(BASEDIR)/wget-list: stylesheets/wget-list.xsl chapter03/chapter03.xml \
$(Q)mkdir -p $(BASEDIR)
$(Q)xsltproc --xinclude --nonet \
--output $(BASEDIR)/wget-list \
- stylesheets/wget-list.xsl \
+ stylesheets/wget-list.xsl \
chapter03/chapter03.xml
$(BASEDIR)/wget-list-$(REV): stylesheets/wget-list.xsl \