diff --git a/build-aux/GNUmakefile.in b/build-aux/GNUmakefile.in index 3990daf9..6362d902 100644 --- a/build-aux/GNUmakefile.in +++ b/build-aux/GNUmakefile.in @@ -221,7 +221,7 @@ man: doc/mes.1 doc/mescc.1 doc/mes.1: src/mes | build MES_ARENA=10000000 ./pre-inst-env $(HELP2MAN) $( $@ -doc/mescc.1: src/mes scripts/mescc | build +doc/mescc.1: scripts/mescc src/mes | build MES_ARENA=10000000 ./pre-inst-env $(HELP2MAN) $( $@ html: doc/html/index.html