aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/installation_guide
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2019-04-16 16:37:40 +0200
committerErlang/OTP <[email protected]>2019-04-16 16:37:40 +0200
commit6bc51edfd7efb409230c0ca1dffb7508e65687f9 (patch)
treef8c4f992e647dadaca250a0a009efcf333ca40a1 /system/doc/installation_guide
parent8e033a488a9eff5589c4203785c18effd09e4a07 (diff)
parent2599dcfc973d30cfdf438d4587885eda154522ab (diff)
downloadotp-6bc51edfd7efb409230c0ca1dffb7508e65687f9.tar.gz
otp-6bc51edfd7efb409230c0ca1dffb7508e65687f9.tar.bz2
otp-6bc51edfd7efb409230c0ca1dffb7508e65687f9.zip
Merge branch 'rickard/make-fixes-20/OTP-15551' into maint-20
* rickard/make-fixes-20/OTP-15551: Fix install phase in build system
Diffstat (limited to 'system/doc/installation_guide')
-rw-r--r--system/doc/installation_guide/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/system/doc/installation_guide/Makefile b/system/doc/installation_guide/Makefile
index 673c203422..29edd10501 100644
--- a/system/doc/installation_guide/Makefile
+++ b/system/doc/installation_guide/Makefile
@@ -92,7 +92,6 @@ DVIPS_FLAGS +=
$(ERL_TOP)/make/emd2exml $< $@
$(REDIRECT_HTML_DIR)/%.html: Makefile
- test -d $(REDIRECT_HTML_DIR) || $(INSTALL_DIR) $(REDIRECT_HTML_DIR)
echo "<html><head><meta HTTP-EQUIV=\"REFRESH\"" > $@
echo " content=\"5; url=../"$(notdir $@)"\">" >> $@
echo "<title>This page has moved</title></head><body>" >> $@
@@ -113,7 +112,7 @@ debug opt:
clean clean_docs:
rm -f $(GENERATED_XML_FILES)
- rm -rf $(HTMLDIR)
+ rm -f $(HTMLDIR)/*.gif $(HTMLDIR)/*.html
rm -f $(TOP_PDF_FILE) $(TOP_PDF_FILE:%.pdf=%.fo)
rm -f errs core *~