occtl and ocpasswd were moved into separate directories

This commit is contained in:
Nikos Mavrogiannopoulos
2015-10-28 14:46:09 +01:00
committed by Nikos Mavrogiannopoulos
parent 4dd2fdf7b6
commit 4ae1c3e2ff
18 changed files with 70 additions and 46 deletions

View File

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