We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a376a41 commit c695b95Copy full SHA for c695b95
CHANGES.rst
@@ -5,6 +5,10 @@ CHANGES
5
Development
6
===========
7
8
+* Makefile
9
+
10
+ * fix ``doc`` for ``CHANGES.rst`` prerequisite
11
12
* add ``embed_images`` configuration option to embed image files via data URI
13
scheme for all but text handler (pull request #2, by Adam Kemp)
14
Makefile
@@ -27,7 +27,7 @@ INSTALL_TEST_DIR=/tmp/$(PACKAGE)_install_test
27
28
BUILD_CMD=./setup.py sdist --formats gztar,zip bdist_wheel bdist_wininst --plat-name win32
29
30
-DOC_FILES = docs/conf.py $(wildcard docs/*.rst)
+DOC_FILES = docs/conf.py $(wildcard docs/*.rst) CHANGES.rst
31
BPY_FILES = b.py $(wildcard bpy/*.py) $(wildcard bpy/*/*.py)
32
33
# ============================================================================
0 commit comments