Fix typo makefiles in doc/Makefile

This commit is contained in:
Chris Mayo 2022-09-05 19:30:38 +01:00
parent 833802657f
commit 728d826eb3

View file

@ -16,7 +16,7 @@ man:
make -C src man; \
make -C src -e SPHINXOPTS="-D language='de' -t de" LANGUAGE="de" man
# check all makefiles for formatting warnings
# check all man files for formatting warnings
check:
@for loc in $(LOCALES); do \
for manfile in $(MANFILES); do \