aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 608690b79..656d3d9ea 100644
--- a/Makefile
+++ b/Makefile
@@ -88,8 +88,10 @@ validxml: tmpdir
$(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml
maketar:
- @echo "Making tarballs..."
- $(Q)sh make-aux-files.sh
+ $(Q)if [ "x$(MAKETAR)" == "x" ]; then \
+ echo "Making tarballs..."; \
+ sh make-aux-files.sh; \
+ fi;
profile-html: validxml
@echo "Generating profiled XML for XHTML..."