Include changelog and licenses in generated docs
We may want to use .rst formatting for these eventually, and maybe move the NEWS file to docs/News.rst and docs/History.rst - but for now including the raw text works well enough.develop
parent
9d1baac6a0
commit
5ba656bf79
@ -0,0 +1,6 @@
|
||||
#########
|
||||
Changelog
|
||||
#########
|
||||
|
||||
.. include:: ../NEWS
|
||||
:literal:
|
@ -0,0 +1,10 @@
|
||||
########
|
||||
Licenses
|
||||
########
|
||||
|
||||
DFHack is distributed under a range of permissive and weakly copyleft licenses.
|
||||
|
||||
The core uses the ZLib license; the others are described below.
|
||||
|
||||
.. include:: ../LICENSE
|
||||
:literal:
|
Loading…
Reference in New Issue