forked from lijiext/lammps
Fix doc Makefile
This commit is contained in:
parent
83f0eb0058
commit
81e92de838
|
@ -168,7 +168,7 @@ anchor_check : $(ANCHORCHECK)
|
|||
|
||||
# ------------------------------------------
|
||||
|
||||
$(RSTDIR)/%.rst : src/%.txt $(TXT2RST)
|
||||
$(RSTDIR)/%.rst : $(TXTDIR)/%.txt $(TXT2RST)
|
||||
@(\
|
||||
mkdir -p $(RSTDIR) ; \
|
||||
. $(VENV)/bin/activate ;\
|
||||
|
|
Loading…
Reference in New Issue