Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ian Eiloart
Sympl
Commits
7a9085d3
Commit
7a9085d3
authored
Apr 28, 2017
by
telyn
Browse files
Merge branch 'stretch-jessie-merge-again' into 'stretch'
Stretch->jessie merge again See merge request !45
parents
f3613442
183952de
Changes
6
Hide whitespace changes
Inline
Side-by-side
common/Makefile
View file @
7a9085d3
...
...
@@ -4,10 +4,12 @@ all: docs
man/%.man
::
./bin/%
[
-d
man
]
||
mkdir
man
RUBYLIB
=
./lib
$<
--manual
|
sed
-e
's/^=\+$$//'
| txt2man
-s
1
-t
$(
notdir
$<
)
|
sed
-e
's/\\\\fB/\\fB/'
>
$@
test
-s
$@
man/%.man
::
./sbin/%
[
-d
man
]
||
mkdir
man
RUBYLIB
=
./lib
$<
--manual
|
sed
-e
's/^=\+$$//'
| txt2man
-s
1
-t
$(
notdir
$<
)
|
sed
-e
's/\\\\fB/\\fB/'
>
$@
test
-s
$@
docs
:
man/symbiosis-encrypt-password.man man/is-bytemark-ip.man man/symbiosis-ip.man man/symbiosis-test.man man/which-backup-space.man man/symbiosis-configure-ips.man man/symbiosis-password-test.man man/symbiosis-ssl.man
...
...
email/Makefile
View file @
7a9085d3
...
...
@@ -4,6 +4,7 @@ all: docs
man/%.man
:
./sbin/%
[
-d
man
]
||
mkdir
man
RUBYLIB
=
./lib:../common/lib
$<
--manual
|
sed
-e
's/^=\+$$//'
| txt2man
-s
1
-t
$(
notdir
$<
)
|
sed
-e
's/\\\\fB/\\fB/'
>
$@
test
-s
$@
docs
:
man/symbiosis-email-dict-proxy.man man/symbiosis-email-encrypt-passwords.man man/symbiosis-email-poppassd.man
...
...
firewall/Makefile
View file @
7a9085d3
...
...
@@ -24,6 +24,7 @@ clean:
manpages/%.man
:
./sbin/%
[
-d
./manpages
]
||
mkdir
./manpages
RUBYLIB
=
$(RUBYLIB)
$<
--manual
|
sed
-e
's/^=\+$$//'
| txt2man
-s
1
-t
$(
notdir
$<
)
|
sed
-e
's/\\\\fB/\\fB/'
>
$@
test
-s
$@
manpages
:
./manpages/symbiosis-firewall-whitelist.man ./manpages/symbiosis-firewall.man ./manpages/symbiosis-firewall-blacklist.man
...
...
ftpd/Makefile
View file @
7a9085d3
...
...
@@ -4,6 +4,7 @@ all: docs
man/%.man
:
./sbin/%
[
-d
man
]
||
mkdir
man
RUBYLIB
=
./lib:../common/lib
$<
--manual
|
sed
-e
's/^=\+$$//'
| txt2man
-s
1
-t
$(
notdir
$<
)
|
sed
-e
's/\\\\fB/\\fB/'
>
$@
test
-s
$@
docs
:
man/symbiosis-ftpd-check-password.man
...
...
monit/Makefile
View file @
7a9085d3
...
...
@@ -6,7 +6,8 @@ doc/index.html: lib
man/symbiosis-monit.man
:
sbin/symbiosis-monit
[
-d
man
]
||
mkdir
man
RUBYLIB
=
./lib ./sbin/symbiosis-monit
--manual
| txt2man
-s
1
-t
symbiosis-monit |
sed
-e
's/\\\\fB/\\fB/'
>
man/symbiosis-monit.man
RUBYLIB
=
./lib ./sbin/symbiosis-monit
--manual
| txt2man
-s
1
-t
symbiosis-monit |
sed
-e
's/\\\\fB/\\fB/'
>
$@
test
-s
$@
man
:
man/symbiosis-monit.man
...
...
xmpp/Makefile
View file @
7a9085d3
...
...
@@ -9,6 +9,7 @@ test:
man/%.man
:
./sbin/%
[
-d
man
]
||
mkdir
man
RUBYLIB
=
./lib:../common/lib
$<
--manual
|
sed
-e
's/^=\+$$//'
| txt2man
-s
1
-t
$(
notdir
$<
)
|
sed
-e
's/\\\\fB/\\fB/'
>
$@
test
-s
$@
clean
:
$(RM)
-r
man
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment