diff --git a/Makefile b/Makefile index 38c273a..b3e40ec 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,11 @@ apidocs: --docformat=restructuredtext --project-name=testtools \ --project-url=https://launchpad.net/testtools -docs: docs-sphinx +doc/news.rst: + ln -s ../NEWS doc/news.rst + +docs: doc/news.rst docs-sphinx + rm doc/news.rst docs-sphinx: html-sphinx diff --git a/doc/news.rst b/doc/news.rst deleted file mode 120000 index 0fae0f8..0000000 --- a/doc/news.rst +++ /dev/null @@ -1 +0,0 @@ -../NEWS \ No newline at end of file