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
23320bc0
Commit
23320bc0
authored
Jun 15, 2018
by
Andrew Ladlow
Browse files
common: Fix blank man pages for symbiosis-common scripts
parent
df1daf3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
common/Makefile
View file @
23320bc0
...
...
@@ -5,12 +5,12 @@ all: docs
man/%.man
::
./bin/%
[
-d
man
]
||
mkdir
man
$<
--manual
|
sed
-e
's/^=\+$$//'
| txt2man
-s
1
-t
$(
notdir
$<
)
|
sed
-e
's/\\\\fB/\\fB/'
>
$@
RUBYLIB
=
$(RUBYLIB)
$<
--manual
|
sed
-e
's/^=\+$$//'
| txt2man
-s
1
-t
$(
notdir
$<
)
|
sed
-e
's/\\\\fB/\\fB/'
>
$@
test
-s
$@
man/%.man
::
./sbin/%
[
-d
man
]
||
mkdir
man
$<
--manual
|
sed
-e
's/^=\+$$//'
| txt2man
-s
1
-t
$(
notdir
$<
)
|
sed
-e
's/\\\\fB/\\fB/'
>
$@
RUBYLIB
=
$(RUBYLIB)
$<
--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
...
...
common/debian/changelog
View file @
23320bc0
symbiosis-common (2018:0615) stable; urgency=medium
* Fix blank man pages for symbiosis-common scripts.
-- Andrew Ladlow <andrew.ladlow@bytemark.co.uk> Fri, 15 Jun 2018 15:42:17 +0100
symbiosis-common (2017:0901) stable; urgency=medium
* Update postinstall hostname check to ensure HOSTNAME is qualfied.
...
...
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