mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
Add autogen search path to work when building out of the source tree
This commit is contained in:
committed by
Nikos Mavrogiannopoulos
parent
4154b07b93
commit
9d4bea82dd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user