Bug 3881 - manpages are platform-specific
Summary: manpages are platform-specific
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2235 3385
  Show dependency treegraph
 
Reported: 2007-01-17 20:38 UTC by Stepan Kasal
Modified: 2007-01-22 22:31 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Kasal 2007-01-17 20:38:28 UTC
man8/funit*.8, man8/ftail.8, and man8/fsystest.8 contain full path to the
utilities, which contains platform-specific ${libdir}.

But the manpages are installed under /usr/share, so they are supposed to be
platform-independent.
Comment 1 Andrew Cagney 2007-01-22 22:31:15 UTC
Index: frysk-core/common/ChangeLog
2007-01-22  Andrew Cagney  <cagney@redhat.com>

        * Makefile.rules (SUBST_SED): Substitute pkglib64dir.
        (pkglib64dir): Define.
        (checked-for-pkglibdir-in-manpage): New rule.
        * frysk-common.ac (lib64dir): Perform AC_SUBST.

Index: frysk-core/frysk/pkglibdir/ChangeLog
2007-01-22  Andrew Cagney  <cagney@redhat.com>

        * funit-child.xml: Do not include $pkglibdir@ in synposis.  Use
        explicit @pkglib32dir@ and @pkglib64dir@ in examples.
        * funit-exit.xml: Ditto.
        * funit-threads.xml: Ditto.
        * funit-exec.xml: Ditto.

Index: frysk-gui/frysk/pkglibdir/ChangeLog
2007-01-22  Andrew Cagney  <cagney@redhat.com>

        * ftail.xml: Use explicit @pkglib32dir@ and @pkglib64dir@ in
        examples.

Index: frysk-imports/frysk/pkglibdir/ChangeLog
2007-01-22  Andrew Cagney  <cagney@redhat.com>

        * fsystest.xml: Use explicit @pkglib32dir@ and @pkglib64dir@ in
        examples.