Skip to content
Snippets Groups Projects
Commit 4ec72da1 authored by Antonio Terceiro's avatar Antonio Terceiro
Browse files

Fix manpage build to produce a correct NAME section

parent 4629199c
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ ruby-standalone.1: README.md
-V header:'User commands' \
-V date:"$(shell LC_ALL=C date -u -d "$(dpkg-parsechangelog -SDate)" '+%B %Y')" \
-o $@ $<
sed -i -e '2 s/\.SH\s*/\.SH NAME\n/' $@
sed -i -e 's/\.SH\s*ruby.-standalone/.SH NAME\nruby\\-standalone/' $@
install: all
install -d $(DESTDIR)$(PREFIX)/bin
......
# ruby-standlone - use (only) the Ruby interpreter from Debian
# ruby-standalone - use (only) the Ruby interpreter from Debian
# USAGE
......
......@@ -9,6 +9,7 @@ ruby-standalone (0.6) UNRELEASED; urgency=medium
rubyX.Y`). Since we need a rebuild when the default rubyX.Y changes, add a
dependency on rubyX.Y so we know when to binNMU the package.
* Switch Vcs-* to https URLs
* Fix manpage build to produce a correct NAME section
-- Antonio Terceiro <terceiro@debian.org> Mon, 09 Nov 2015 13:59:02 -0200
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment