build: Fix mescc man page generation.

* build-aux/GNUmakefile.in (doc/mescc.1): Reverse dependencies;
  generate page for mescc.
This commit is contained in:
Jan Nieuwenhuizen 2018-08-10 09:20:30 +02:00
parent 29ec86d080
commit de3165fcff
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ man: doc/mes.1 doc/mescc.1
doc/mes.1: src/mes | build
MES_ARENA=10000000 ./pre-inst-env $(HELP2MAN) $(<F) > $@
doc/mescc.1: src/mes scripts/mescc | build
doc/mescc.1: scripts/mescc src/mes | build
MES_ARENA=10000000 ./pre-inst-env $(HELP2MAN) $(<F) > $@
html: doc/html/index.html