diff options
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index 6c85676aa..0224fbf8b 100644 --- a/Makefile.example +++ b/Makefile.example @@ -72,7 +72,13 @@ build_doc_model_graph: rm /tmp/ishtar-$$APP.dot ; \ done -build_doc: build_doc_values build_doc_model_graph ## generate documentation +build_doc_changelog: + mkdir -p docs/changelog/build/ + pandoc --standalone --template docs/changelog/template.html CHANGES.md > docs/changelog/build/changelog.html + cp -r docs/changelog/css docs/changelog/build/ + cp -r docs/changelog/img docs/changelog/build/ + +build_doc: build_doc_values build_doc_model_graph build_doc_changelog ## generate documentation ##@ Development: tests |