warn if autogen isn't installed

Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
Jason Cooper
2013-02-26 15:32:14 -05:00
committed by Nikos Mavrogiannopoulos
parent 833b1979ec
commit 62ff6e467e
3 changed files with 10 additions and 2 deletions

View File

@@ -4,5 +4,5 @@ dist_man_MANS = ocserv.1
ocserv.1: ../src/ocserv-args.def
-sed 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' $< > "$<".tmp && \
autogen -DMAN_SECTION=1 -Tagman-cmd.tpl "$<".tmp && \
@AUTOGEN@ -DMAN_SECTION=1 -Tagman-cmd.tpl "$<".tmp && \
rm -f "$<".tmp