! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Add support for --docdir/--htmldir configure flags
Status:
RESOLVED: DUPLICATE
Severity:
enhancement

Comments

Description Daniel Pielmeier 2009-12-08 13:00:16 CET
Currently thunar uses "$(datadir)/doc/Thunar" as base path for installing documentation. What about replacing this by just @docdir@ and/or @htmldir@ and default to "$(datadir)/doc/Thunar" if it is unset. That way one can use the --docdir or --htmldir configure switches. Below are the files which needs to be changed. I am no autotools expert but I have attached a patch to this Gentoo bug [1] which makes thunar behave as intended.

Thunar-1.0.1/docs/Makefile.am
docdir = $(datadir)/doc/Thunar
Thunar-1.0.1/docs/manual/Makefile.am
cssdir = $(datadir)/doc/Thunar/html
Thunar-1.0.1/docs/manual/lang/Makefile.am
TARGET_DIR = $(datadir)/doc/Thunar/html/lang
Thunar-1.0.1/docs/manual/lang/images/Makefile.am
imagesdir = $(datadir)/doc/Thunar/html/lang/images

[1] http://bugs.gentoo.org/296106
Comment 1 Nick Schermer editbugs 2009-12-16 10:30:26 CET

*** This bug has been marked as a duplicate of bug 5810 ***

Bug #6060

Reported by:
Daniel Pielmeier
Reported on: 2009-12-08
Last modified on: 2009-12-16

People

Assignee:
Jannis Pohlmann
CC List:
2 users

Version

Attachments

Additional information