aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-10-01 15:01:31 +0200
committerLoïc Hoguin <[email protected]>2024-10-01 15:01:31 +0200
commit5424b279300532a892f10063170c88d79a9a1e5d (patch)
tree7b7cb1d288d180b90a49ca2615f0c2779741b837
parenta1a05e80ecf3d6a6775e17494a426317b4a19813 (diff)
downloaderlang.mk-5424b279300532a892f10063170c88d79a9a1e5d.tar.gz
erlang.mk-5424b279300532a892f10063170c88d79a9a1e5d.tar.bz2
erlang.mk-5424b279300532a892f10063170c88d79a9a1e5d.zip
Remove unnecessary legacy documentation
-rw-r--r--README.legacy.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/README.legacy.md b/README.legacy.md
index 38b90e3..2c0f097 100644
--- a/README.legacy.md
+++ b/README.legacy.md
@@ -20,16 +20,3 @@ will be compiled into `a_b_templatename_dtl.beam`.
Additional ErlyDTL options can be specified as a comma-separated list
by defining the `DTL_OPTS` variable. Those options will be prepended
to the options specified by the plugin itself.
-
-Xref plugin
-------------
-
-This plugin is available by default. It adds the following
-target:
-
-`xref` Erlang Xref Runner (inspired in rebar's rebar_xref)
-
-The `XREF_CONFIG` variable specifies the location of the
-configuration file which holds the checks to be applied.
-If there is no `xref.config` all `xref` checks will be
-applied to the binaries located in the `/ebin` directory.