mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-27 14:57:51 +01:00
Fix dependencies
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
5007167abf
commit
5b32075697
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ include ../colors.mk
|
|||
include config.mk
|
||||
|
||||
MAN_SOURCES=$(wildcard man/*.rst) $(wildcard man/*.txt) man/conf.py
|
||||
DOXYGEN_SOURCES=$(wildcard ../*.h) Doxyfile
|
||||
DOXYGEN_SOURCES=$(wildcard ../zathura/*.h) Doxyfile
|
||||
HTML_SOURCES=$(wildcard *.rst api/*.rst configuration/*.rst installation/*.rst usage/*.rst) conf.py
|
||||
|
||||
SPHINX_OPTS+=-d $(SPHINX_BUILDDIR)/doctrees
|
||||
|
|
Loading…
Reference in a new issue