changeset 99:3bc245c4b7df

strip docdir
author hanwen <hanwen@xs4all.nl>
date Fri, 02 Dec 2005 00:55:54 +0100
parents 9b645aad0d6f
children 22152fb460fe
files specs/framework.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/specs/framework.py	Fri Dec 02 00:55:46 2005 +0100
+++ b/specs/framework.py	Fri Dec 02 00:55:54 2005 +0100
@@ -325,6 +325,8 @@
 cd %(builddir)s/%(i)s && make "CFLAGS=%(cflags)s" "LIBS=%(libs)s" CPPFLAGS= LDFLAGS= INCLUDES=
 ''', locals ())
 
+		self.file_sub ('DOCSRC *=.*', 'DOCSRC=', self.builddir () + '/Makefile')
+
 class Fontconfig__mingw (Fontconfig):
 	def configure_command (self):
 		return Fontconfig.configure_command (self) \