summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2013-10-01 09:46:41 +0800
committerYu-Jie Lin <livibetter@gmail.com>2013-10-01 09:46:41 +0800
commitc7da4424b9cd9b8a2cf0a6a79f7cb08bdeb61169 (patch)
tree04e907ef400925ec3e4e0b6ba45e94c32799a1e1 /Makefile
parent19f495a9a4cb04d2c16a1b8b33dbcdf01f952947 (diff)
downloadsmartypants-c7da4424b9cd9b8a2cf0a6a79f7cb08bdeb61169.tar.gz
tinker Changes and Copyright docs for headings mainly
With headings, it's now cleaner and possible to be linked directly to specific release. Also add a simple guideline how to write the changelog.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee10fcb..b8b6c32 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ VENV_PY3_CMD=virtualenv-python3.2
BUILD_CMD=./setup.py sdist --formats gztar,zip bdist_wininst --plat-name win32
-DOC_FILES = CHANGES.rst docs/conf.py $(wildcard docs/*.rst)
+DOC_FILES = CHANGES.rst COPYING docs/conf.py $(wildcard docs/*.rst)
# ============================================================================