forked from ungleich-public/cdist
Overcome bash CDPATH issue
Thanks to Dmitry Bogatov.
This commit is contained in:
parent
6915d30015
commit
5c11c15ae4
2 changed files with 6 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -31,9 +31,9 @@ help:
|
||||||
@echo "docs-clean clean documentation"
|
@echo "docs-clean clean documentation"
|
||||||
@echo "clean clean"
|
@echo "clean clean"
|
||||||
|
|
||||||
DOCS_SRC_DIR=docs/src
|
DOCS_SRC_DIR=./docs/src
|
||||||
SPEECHDIR=docs/speeches
|
SPEECHDIR=./docs/speeches
|
||||||
TYPEDIR=cdist/conf/type
|
TYPEDIR=./cdist/conf/type
|
||||||
|
|
||||||
SPHINXM=make -C $(DOCS_SRC_DIR) man
|
SPHINXM=make -C $(DOCS_SRC_DIR) man
|
||||||
SPHINXH=make -C $(DOCS_SRC_DIR) html
|
SPHINXH=make -C $(DOCS_SRC_DIR) html
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
next:
|
||||||
|
* Build: Overcome bash CDPATH when building docs (Dmitry Bogatov)
|
||||||
|
|
||||||
5.1.2: 2019-06-21
|
5.1.2: 2019-06-21
|
||||||
* Core: Add support for type parameters deprecation (Darko Poljak)
|
* Core: Add support for type parameters deprecation (Darko Poljak)
|
||||||
* Type __acl: Rewrite and improve (Ander Punnar)
|
* Type __acl: Rewrite and improve (Ander Punnar)
|
||||||
|
|
Loading…
Reference in a new issue