diff options
author | Drew Parsons <dparsons@debian.org> | 2006-08-14 14:10:52 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-08-14 14:10:52 -0700 |
commit | 360ceacb2a3cbad1652d1b02d79b24469db2980a (patch) | |
tree | 26d3c9c5cddf2202e0591ed69c3b522e44016e15 /man/Makefile.am | |
parent | 8f0d3c6d1f64fdc3b20d0beb831fa457214d5188 (diff) |
Bug 7855/Patch 6530: incorrect manpage section suffix
Bug 7855 <https://bugs.freedesktop.org/show_bug.cgi?id=7855>
Patch 6530 <https://bugs.freedesktop.org/attachment.cgi?id=6530>
Based on patch by Fabio M. Di Nitto c/- Colin Watson, Debian Bug#377204.
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 0bd9114..f91efaf 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -72,7 +72,7 @@ XORGRELSTRING = @PACKAGE_STRING@ SUFFIXES = .$(LIB_MAN_SUFFIX) .man .man.$(LIB_MAN_SUFFIX): - sed 's/__xorgversion__/"$(XORGRELSTRING)" "$(XORGMANNAME)"/' < $< > $@ + sed 's/__xorgversion__/"$(XORGRELSTRING)" "$(XORGMANNAME)"/; s/__LIB_MAN_SUFFIX__/$(LIB_MAN_SUFFIX)/' < $< > $@ # Generate man page shadow files (Replaces InstallManPageAliases from Imake) |