From: Wouter van Heyst Date: Tue, 13 May 2003 10:31:25 +0000 (+0000) Subject: - Add po/ to the list of subdirs. X-Git-Tag: v2.27~20 X-Git-Url: https://git.blender.org/gitweb/gitweb.cgi/blender.git/commitdiff_plain/060f1b068d26a502639884a7fd28cb026ab40435 - Add po/ to the list of subdirs. --- diff --git a/Makefile b/Makefile index 04f2e56ee05..cae7a9ce859 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ export NANBLENDERHOME=$(shell pwd) MAKEFLAGS=-I$(NANBLENDERHOME)/source --no-print-directory SOURCEDIR = blender -DIRS = extern intern source +DIRS = extern intern source po include source/nan_subdirs.mk .PHONY: release