aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-04-06 17:09:04 +0200
committerLukas Larsson <[email protected]>2018-04-10 14:07:59 +0200
commit63eef4c488c46d3b4957fbbf155158f1af8180ed (patch)
treec28e26065d384d2b641e1bbfea1a37ab5d354105 /system
parentec7be0d6f6ccff9aaae0f1bd0461812c898e13e9 (diff)
downloadotp-63eef4c488c46d3b4957fbbf155158f1af8180ed.tar.gz
otp-63eef4c488c46d3b4957fbbf155158f1af8180ed.tar.bz2
otp-63eef4c488c46d3b4957fbbf155158f1af8180ed.zip
erl_docgen: Fix ghlinks to .xmlsrc
Diffstat (limited to 'system')
-rw-r--r--system/doc/programming_examples/Makefile3
-rw-r--r--system/doc/system_principles/Makefile3
-rw-r--r--system/doc/tutorial/Makefile3
3 files changed, 0 insertions, 9 deletions
diff --git a/system/doc/programming_examples/Makefile b/system/doc/programming_examples/Makefile
index cb028b61df..af731f85b4 100644
--- a/system/doc/programming_examples/Makefile
+++ b/system/doc/programming_examples/Makefile
@@ -88,9 +88,6 @@ clean clean_docs:
rm -f $(TOP_PDF_FILE) $(TOP_PDF_FILE:%.pdf=%.fo)
rm -f errs core *~
-$(XMLDIR)/%.xml: %.xmlsrc
- $(gen_verbose)escript $(DOCGEN)/priv/bin/codeline_preprocessing.escript $< $@
-
# ----------------------------------------------------
# Release Target
# ----------------------------------------------------
diff --git a/system/doc/system_principles/Makefile b/system/doc/system_principles/Makefile
index 927cd70985..ec6591ec6b 100644
--- a/system/doc/system_principles/Makefile
+++ b/system/doc/system_principles/Makefile
@@ -85,9 +85,6 @@ clean clean_docs:
rm -f $(TOP_PDF_FILE) $(TOP_PDF_FILE:%.pdf=%.fo)
rm -f errs core *~
-$(XMLDIR)/%.xml: %.xmlsrc
- $(gen_verbose)escript $(DOCGEN)/priv/bin/codeline_preprocessing.escript $< $@
-
# ----------------------------------------------------
# Release Target
# ----------------------------------------------------
diff --git a/system/doc/tutorial/Makefile b/system/doc/tutorial/Makefile
index fbdb5e5a89..606064da72 100644
--- a/system/doc/tutorial/Makefile
+++ b/system/doc/tutorial/Makefile
@@ -113,9 +113,6 @@ clean clean_docs:
rm -f $(TOP_PDF_FILE) $(TOP_PDF_FILE:%.pdf=%.fo)
rm -f errs core *~
-$(XMLDIR)/%.xml: %.xmlsrc
- $(gen_verbose)escript $(DOCGEN)/priv/bin/codeline_preprocessing.escript $< $@
-
# ----------------------------------------------------
# Release Target
# ----------------------------------------------------