linux-test-project / ltp

Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
https://linux-test-project.readthedocs.io/
GNU General Public License v2.0
2.28k stars 999 forks source link

html output not generated #999

Closed canuradhadasarichartercom closed 1 year ago

canuradhadasarichartercom commented 1 year ago

Tried to follow all the instructions as in README of this repo but yet html file doesn't get generated.

pevik commented 1 year ago

Talking about metadata html, or which html?

You need to install asciidoc or asciidoctor. You can use package names specifies in scripts in https://github.com/linux-test-project/ltp/tree/master/ci

You can also learn from my ongoing work of automatic html build, where I use asciidoctor https://github.com/pevik/ltp/blob/docparse-mirror.devel/.github/workflows/metadata-mirror.yml#L76

apt install -y --no-install-recommends asciidoctor autoconf automake libjson-perl libwww-perl make
make autotools && ./configure --with-metadata-generator=asciidoctor
cd metadata/
make -j$(nproc)
ls ../docparse/*.html
../docparse/metadata.html
pevik commented 1 year ago

No response, closing.