Commit 3ad4c0db authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

expose "make spelling" in the doc folder to the documentation

parent bbe863f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ help:
	@echo "  clean-all  reset the entire build environment"
	@echo "  txt2html   build txt2html tool"
	@echo "  anchor_check  scan for duplicate anchor labels"
	@echo "  spelling   spell-check the manual"

# ------------------------------------------

+2 −0
Original line number Diff line number Diff line
@@ -65,6 +65,8 @@ make epub # generate LAMMPS.epub in ePUB format using Sphinx
make mobi         # generate LAMMPS.mobi in MOBI format using ebook-convert
make clean        # remove intermediate RST files created by HTML build
make clean-all    # remove entire build folder and any cached data :pre
make anchor_check # check for duplicate anchor labels
make spelling     # spell-check the manual

:line