[xiph-commits] r16003 - trunk/planarity
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Thu May 14 14:28:06 PDT 2009
Author: xiphmont
Date: 2009-05-14 14:28:06 -0700 (Thu, 14 May 2009)
New Revision: 16003
Modified:
trunk/planarity/Makefile
Log:
Correct a merge error that resulted in po/ being built even if DISABLE_NLS was set
Modified: trunk/planarity/Makefile
===================================================================
--- trunk/planarity/Makefile 2009-05-14 21:20:03 UTC (rev 16002)
+++ trunk/planarity/Makefile 2009-05-14 21:28:06 UTC (rev 16003)
@@ -12,14 +12,14 @@
ETCDIR = /etc/$(TARGET)
MANDIR = $(PREFIX)/man
-#DISABLE_NLS = true
+DISABLE_NLS = true
# White space delimited list of locales you want to support. Defaults to all
# available ones.
#export WANT_LINGUAS := cs
# All subdirs with Makefiles
-SUBDIRS = po
+SUBDIRS =
# By default, enable NLS
ifeq ($(origin DISABLE_NLS), undefined)
More information about the commits
mailing list