diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-19 15:56:19 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-19 15:56:19 -0400 |
| commit | 9a070e66ec68acb8eb5ab7a300f9b7ce1126fbd0 (patch) | |
| tree | 4d14426d66af73ad7f88f7853fdd2a41e18e343d | |
| parent | 494f5d3bef9a8f401ad472ce55ee96e48f8012c3 (diff) | |
add news feed
| -rwxr-xr-x | debian/rules | 4 | ||||
| -rw-r--r-- | doc/index.mdwn | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index dafe10f6..a87bf7f2 100755 --- a/debian/rules +++ b/debian/rules @@ -12,3 +12,7 @@ override_dh_installdocs: dh_installdocs README.md TODO override_dh_installman: dh_installman debian/propellor.1 + +# Not intended for use by anyone except the author. +announcedir: + @echo ${HOME}/src/propellor/doc/news diff --git a/doc/index.mdwn b/doc/index.mdwn index 8f17f700..ad4f3768 100644 --- a/doc/index.mdwn +++ b/doc/index.mdwn @@ -10,3 +10,7 @@ [[!toc]] [[!inline raw=yes README.mdwn]] + +## news + +[[!inline pages="news/* and !*/Discussion" show="4" archive=yes]] |
