remove PDF-only .txt file from Sphinx documentation processing

This commit is contained in:
Axel Kohlmeyer 2018-02-13 13:10:20 +01:00
parent 60f411d655
commit 63714c7079
1 changed files with 1 additions and 1 deletions

View File

@ -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