Skip to content

Commit c695b95

Browse files
committed
fix CHANGES.rst prerequisite of doc target
1 parent a376a41 commit c695b95

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ CHANGES
55
Development
66
===========
77

8+
* Makefile
9+
10+
* fix ``doc`` for ``CHANGES.rst`` prerequisite
11+
812
* add ``embed_images`` configuration option to embed image files via data URI
913
scheme for all but text handler (pull request #2, by Adam Kemp)
1014

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ INSTALL_TEST_DIR=/tmp/$(PACKAGE)_install_test
2727

2828
BUILD_CMD=./setup.py sdist --formats gztar,zip bdist_wheel bdist_wininst --plat-name win32
2929

30-
DOC_FILES = docs/conf.py $(wildcard docs/*.rst)
30+
DOC_FILES = docs/conf.py $(wildcard docs/*.rst) CHANGES.rst
3131
BPY_FILES = b.py $(wildcard bpy/*.py) $(wildcard bpy/*/*.py)
3232

3333
# ============================================================================

0 commit comments

Comments
 (0)