aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2014-03-07 12:23:51 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2014-03-07 12:23:51 +0000
commitbc0ea04e7d0de1f9ea78cb10168f0b9ce5a750ec (patch)
treeaadc4e4dd4296914f03a6c3dd6da4bb13c2ba3b9 /Makefile
parent42293fc0966d243f9ee8fd728425245a4f3dcf80 (diff)
downloaddoc-bc0ea04e7d0de1f9ea78cb10168f0b9ce5a750ec.tar.gz
doc-bc0ea04e7d0de1f9ea78cb10168f0b9ce5a750ec.zip
- Move the PGP keyring generation to the language-independent share directory
Discussed with: hrs, wblock
Notes
Notes: svn path=/head/; revision=44166
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0664d86ef4..a1379b792b 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,8 @@ SUBDIR+= zh_CN.UTF-8
SUBDIR+= zh_TW.Big5
.endif
+SUBDIR+= share
+
DOC_PREFIX?= ${.CURDIR}
.if exists(/usr/bin/svnlite)