Browse Source

Add another note about legacy .app.src method

[ci-skip]
Loïc Hoguin 9 years ago
parent
commit
10b2e1fdda
1 changed files with 8 additions and 0 deletions
  1. 8 0
      doc/src/guide/app.asciidoc

+ 8 - 0
doc/src/guide/app.asciidoc

@@ -165,6 +165,14 @@ key from dependencies automatically, which means you need to
 add them to Erlang.mk and to the '.app.src' at the same time,
 add them to Erlang.mk and to the '.app.src' at the same time,
 duplicating the work.
 duplicating the work.
 
 
+If you really can't live without the legacy method, for one
+reason or another, worry not; Erlang.mk will support it. And
+if you need to create a new project that uses this method, you
+just have to say so when bootstrapping:
+
+[source,bash]
+$ make -f erlang.mk bootstrap-lib LEGACY=1
+
 === Automatic application resource file values
 === Automatic application resource file values
 
 
 When building the application resource file, Erlang.mk may
 When building the application resource file, Erlang.mk may