egallesio / STklos

STklos Scheme
http://stklos.net
GNU General Public License v2.0
68 stars 17 forks source link

Respect `--mandir=` and `--docdir` arguments to `./configure` #589

Closed ghost closed 10 months ago

ghost commented 11 months ago

I am building STklos like this:

./configure \
  --prefix=/usr \
  --libdir=/usr/lib${LIBDIRSUFFIX} \
  --sysconfdir=/etc \
  --localstatedir=/var \
  --mandir=/usr/man \
  --docdir=/usr/doc/$PRGNAM-$VERSION \
  --disable-static \
  --build=$ARCH-slackware-linux

However, the man pages still go to /usr/share/man, not /usr/man, and docs go to /usr/share/doc/. Could support for mandir and docdir be added?

egallesio commented 11 months ago

Oops. Thanks, @lockywolf, for signaling this issue. I'll take a look at this issue very soon.

egallesio commented 10 months ago

This should be OK now. Closing this issue.

jpellegrini commented 10 months ago

Closing this issue.

But... You didn't? :grin:

egallesio commented 10 months ago

:disappointed: