mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-19 03:51:07 +00:00
Fix typo makefiles in doc/Makefile
This commit is contained in:
parent
833802657f
commit
728d826eb3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue