Skip to content
Snippets Groups Projects
Commit 63714c70 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove PDF-only .txt file from Sphinx documentation processing

parent 60f411d6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment