Add autogen search path to work when building out of the source tree

This commit is contained in:
Mike Miller
2013-07-21 00:15:49 -04:00
committed by Nikos Mavrogiannopoulos
parent 4154b07b93
commit 9d4bea82dd

View File

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