svn commit: r51108 - head/share/mk
Wolfram Schneider
wosch at FreeBSD.org
Thu Oct 12 14:14:42 UTC 2017
Author: wosch
Date: Thu Oct 12 14:14:41 2017
New Revision: 51108
URL: https://svnweb.freebsd.org/changeset/doc/51108
Log:
support `make po' for sub-directories
PR: 222944
Modified:
head/share/mk/doc.subdir.mk
Modified: head/share/mk/doc.subdir.mk
==============================================================================
--- head/share/mk/doc.subdir.mk Thu Oct 12 14:14:15 2017 (r51107)
+++ head/share/mk/doc.subdir.mk Thu Oct 12 14:14:41 2017 (r51108)
@@ -215,3 +215,7 @@ obj: _IMAGESUBDIR
cleanall:
${MAKE} FORMATS="${ALL_FORMATS}" clean
+
+# translations
+po: _SUBDIRUSE
+
More information about the svn-doc-head
mailing list