forked from ungleich-public/cdist
Fix Makefile for new sphinx build.
This commit is contained in:
parent
2981fc20da
commit
b04ab0b630
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -73,7 +73,7 @@ man: mansphinxman mansphinxhtml
|
|||
|
||||
# Manpages #5: release part
|
||||
MANWEBDIR=$(WEBBASE)/man/$(CHANGELOG_VERSION)
|
||||
MANBUILDDIR=$(MANDIR)/_build/html
|
||||
MANBUILDDIR=docs/dist/html
|
||||
|
||||
man-dist: man
|
||||
rm -rf "${MANWEBDIR}"
|
||||
|
@ -212,7 +212,7 @@ release:
|
|||
#
|
||||
|
||||
clean:
|
||||
rm -f $(MAN7DSTDIR)/cdist-reference.rst
|
||||
rm -f $(MANDIR)/cdist-reference.rst
|
||||
|
||||
find "$(MANDIR)" -mindepth 2 -type l \
|
||||
| xargs rm -f
|
||||
|
|
Loading…
Reference in a new issue