Makefile: Use asciidoc and Pandoc to generate MediaWiki doc versions pandoc-mediawiki
authorW. Trevor King <wking@tremily.us>
Thu, 30 Jan 2014 00:16:56 +0000 (16:16 -0800)
committerW. Trevor King <wking@tremily.us>
Sat, 14 Jun 2014 15:58:26 +0000 (08:58 -0700)
commit0c06643e165a4b9f8160c92a66052e4c98a7b5cf
tree61d1ce7003dd6966af1e222c921523e81be6ed50
parent938e55e150d20d8f5ea03541498bd28e49e8f36d
Makefile: Use asciidoc and Pandoc to generate MediaWiki doc versions

We need this because hosting content under:

  https://www.gentoo.org/proj/

is deprecated, with per-project documentation migrating to the wiki [1]

* `--attribute 'toc!'` disables AsciiDoc's table of contents [2],
  which Pandoc doesn't like.
* The Pandoc invocation is about as basic as it gets [3].

[1]: https://wiki.gentoo.org/wiki/Gentoo_Wiki:Developer_Central/Project_pages#Migration_from_www.gentoo.org.2Fproj.2F
[2]: http://asciidoc.org/userguide.html#X91
[3]: http://johnmacfarlane.net/pandoc/README.html#using-pandoc
Makefile