<div dir="ltr">Hello!<div><br></div><div>Since Erlang/OTP 23 it has been possible to build documentation chunks for use by IDE's to fetch documentation about an Erlang function.</div><div><br></div><div>I noticed that the debian Erlang packages installs these chunks inĀ /usr/share/doc/erlang-doc/lib/stdlib-*/doc/chunks/.</div><div><br></div><div>The EEP (<a href="https://www.erlang.org/eeps/eep-0048#part-1-the-docsstorage">https://www.erlang.org/eeps/eep-0048#part-1-the-docsstorage</a>) specifies that the files should be located under app/doc/chunks in the source tree, which for debian would mean /usr/lib/erlang/stdlib-*/doc/chunks/.</div><div><br></div><div>Can the chunk files be moved to the correct place? And also, I think it would be beneficial for everyone if the chunk files could be installed as part of the erlang-base package instead of the erlang-docs package as then IDEs and similar tools would always have access to them without having to install additional packages.</div><div><br></div><div>In order to build and install only the documentation chunks you can use this make command:</div><div><br></div><div>make install-docs DOC_TARGETS=chunks</div><div><br></div><div>Lukas</div></div>