braice / MuMuDVB

A DVB IPTV streaming software
http://mumudvb.braice.net/
GNU General Public License v2.0
214 stars 133 forks source link

fix building doc: finish txt -> asciidoc migration #303

Closed pszemus closed 1 year ago

pszemus commented 1 year ago

Before proposed change:

[MuMuDVB]$ make doc
cd doc && make  doc
make[1]: Entering directory `/MuMuDVB/doc'
make[1]: *** No rule to make target `html/README.html', needed by `doc'.  Stop.
make[1]: Leaving directory `/MuMuDVB/doc'
make: *** [doc] Error 2

After applying proposed change:

[MuMuDVB]$ make doc
cd doc && make  doc
make[1]: Entering directory `/MuMuDVB/doc'
install -d html
asciidoc -a toc -a numbered -o html/README.html README.asciidoc
install -d html
asciidoc -a toc -a numbered -o html/README_CONF.html README_CONF.asciidoc
install -d html
asciidoc -a toc -a numbered -o html/QUICKSTART.html QUICKSTART.asciidoc
install -d html
asciidoc -a toc -a numbered -o html/WEBSERVICES.html WEBSERVICES.asciidoc
install -d html
asciidoc -a toc -a numbered -o html/TRANSCODE_EXTERNAL.html TRANSCODE_EXTERNAL.asciidoc
install -d html
asciidoc -a toc -a numbered -o html/FAQ.html FAQ.asciidoc
install -d html
asciidoc -a toc -a numbered -o html/index.html index.asciidoc
make[1]: Leaving directory `/MuMuDVB/doc'
Saentist commented 1 year ago

All this documentation need to be in GitHub pages https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site

pszemus commented 1 year ago

@Saentist This PR is about fixing documentation building. Hosting (e.g. via GitHub Pages) should be considered by the repository maintainer.

braice commented 1 year ago

Hello

The website is a git hub page doc repository, you can also do PR there,

Here : https://github.com/braice/braice.github.io

Thanks for the PR, it's merged

Best

Brice

On Fri, Jan 13, 2023, 12:56 pszemus @.***> wrote:

@Saentist https://github.com/Saentist This PR is about fixing building documentation. Hosting (e.g. via GitHub Pages) should be considered by the repository maintainer.

— Reply to this email directly, view it on GitHub https://github.com/braice/MuMuDVB/pull/303#issuecomment-1381754702, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACRID3JGFXGRZXLYIWWCMTWSE7IHANCNFSM6AAAAAAT2HRTM4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>