summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorPavel Vinogradov2018-11-17 16:36:30 -0500
committerPavel Vinogradov2018-11-17 16:36:30 -0500
commit75eae143ce1a8e0d8dcb56da2912a4dc5b7d6920 (patch)
treef78f3091c4b5be22aea90e383d967ba49fac04f5 /x11
parent1fe15ae701f90a4d95393aaddbf4c1277b5ad4f0 (diff)
x11/conky: deduplicated docs
Diffstat (limited to 'x11')
-rwxr-xr-xx11/conky/BUILD2
-rw-r--r--x11/conky/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/x11/conky/BUILD b/x11/conky/BUILD
index 471218175c..43e93a1d28 100755
--- a/x11/conky/BUILD
+++ b/x11/conky/BUILD
@@ -1,2 +1,2 @@
-OPTS="$OPTS $CONKY_OPTS" &&
+OPTS="-DDOC_PATH=share/doc/${SPELL} $OPTS $CONKY_OPTS" &&
cmake_build
diff --git a/x11/conky/HISTORY b/x11/conky/HISTORY
index 74e2c5ffbd..01c363f13f 100644
--- a/x11/conky/HISTORY
+++ b/x11/conky/HISTORY
@@ -1,3 +1,6 @@
+2018-11-17 Pavel Vinogradov <public@sourcemage.org>
+ * BUILD: deduplicated docs
+
2018-11-15 Pavel Vinogradov <public@sourcemage.org>
* CONFIGURE, DEPENDS, DETAILS: now fully converted to cmake build
system