summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2013-01-03 11:20:23 -0500
committerTodd Zullinger <tmz@pobox.com>2013-02-26 09:46:00 -0500
commitff981ceb81aad6d0aef6aef33d5906414b494dc6 (patch)
tree9059d03c513ef1a67488d3650f05c1492d27f39a
parente313d827cc692d3626ca647c9092372a696b1ba3 (diff)
downloadgit-package-ff981ceb81aad6d0aef6aef33d5906414b494dc6.tar.gz
git-package-ff981ceb81aad6d0aef6aef33d5906414b494dc6.tar.xz
git-package-ff981ceb81aad6d0aef6aef33d5906414b494dc6.zip
Define GNU_ROFF to force ASCII apostrophes in man pages (so copy/paste works)
When using GNU groff, we want the examples in the man pages to work when copied to the shell. The GNU_ROFF definition enables this.
-rw-r--r--git.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/git.spec b/git.spec
index d69c0ee..5f6e8a7 100644
--- a/git.spec
+++ b/git.spec
@@ -331,6 +331,7 @@ ETC_GITCONFIG = %{_sysconfdir}/gitconfig
DESTDIR = %{buildroot}
INSTALL = install -p
GITWEB_PROJECTROOT = %{_var}/lib/git
+GNU_ROFF = 1
htmldir = %{_docdir}/%{name}-%{version}
prefix = %{_prefix}
gitwebdir = %{_var}/www/git
@@ -596,6 +597,7 @@ rm -rf %{buildroot}
%changelog
* Tue Feb 26 2013 Todd Zullinger <tmz@pobox.com> - 1.8.1.4-2
- Update asciidoc requirements, drop unsupported ASCIIDOC7
+- Define GNU_ROFF to force ASCII apostrophes in manpages (so copy/paste works)
* Wed Feb 20 2013 Adam Tkac <atkac redhat com> - 1.8.1.4-1
- update to 1.8.1.4