Make taskjuggler respect kde_htmldir variable. Discovered with help from
landry@ when running bulk build. Does not change things now (so no bump) but will be needed in the future.
This commit is contained in:
parent
c11bb76d70
commit
4982de6fa3
12
productivity/taskjuggler/patches/patch-docs_en_Makefile_in
Normal file
12
productivity/taskjuggler/patches/patch-docs_en_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-docs_en_Makefile_in,v 1.3 2013/10/21 12:58:30 zhuk Exp $
|
||||
--- docs/en/Makefile.in.orig Mon Oct 21 15:28:28 2013
|
||||
+++ docs/en/Makefile.in Mon Oct 21 15:28:58 2013
|
||||
@@ -302,7 +302,7 @@ xdg_directorydir = @xdg_directorydir@
|
||||
xdg_menudir = @xdg_menudir@
|
||||
EXTRA_DIST = taskjuggler/*.html
|
||||
docprefix = @PACKAGES_DIR@
|
||||
-kdeprefix = $(prefix)/share/doc/HTML/en/taskjuggler/
|
||||
+kdeprefix = $(kde_htmldir)/en/taskjuggler/
|
||||
SGMLSOURCES = taskjuggler.xml ChangeLog.xml FirstProject.xml UsageGuide.xml Example.xml SyntaxReference.xml GenPropertyReference.xml index.docbook
|
||||
CLEANFILES = *.log *.aux *.dvi *.ps *.tex taskjuggler.xml GenPropertyReference.xml Example.xml taskjuggler.log CATALOG.local
|
||||
#>- all: all-am
|
Loading…
Reference in New Issue
Block a user