forked from lijiext/lammps
remove PDF-only .txt file from Sphinx documentation processing
This commit is contained in:
parent
60f411d655
commit
63714c7079
|
@ -21,7 +21,7 @@ HAS_VIRTUALENV = YES
|
|||
endif
|
||||
|
||||
SPHINXEXTRA = -j $(shell $(PYTHON) -c 'import multiprocessing;print(multiprocessing.cpu_count())')
|
||||
SOURCES=$(wildcard src/*.txt)
|
||||
SOURCES=$(filter-out src/lammps_commands.txt,$(wildcard src/*.txt))
|
||||
OBJECTS=$(SOURCES:src/%.txt=$(RSTDIR)/%.rst)
|
||||
|
||||
.PHONY: help clean-all clean epub html pdf old venv spelling anchor_check
|
||||
|
|
Loading…
Reference in New Issue