Fix doc Makefile

This commit is contained in:
Richard Berger 2019-11-07 21:47:29 -05:00
parent 83f0eb0058
commit 81e92de838
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ anchor_check : $(ANCHORCHECK)
# ------------------------------------------
$(RSTDIR)/%.rst : src/%.txt $(TXT2RST)
$(RSTDIR)/%.rst : $(TXTDIR)/%.txt $(TXT2RST)
@(\
mkdir -p $(RSTDIR) ; \
. $(VENV)/bin/activate ;\