From 9524d15d80e03017ea0dcafd158562a304ee357a Mon Sep 17 00:00:00 2001 From: konablend Date: Tue, 10 Mar 2009 01:26:46 +0000 Subject: BuildSystem: effects Darwin platforms only - fixed Darwin ppc hosted build reversion introduced in r2242. - fixed Darwin + Xcode in all scenerios to honor --debug option *** if building from Xcode there is no need to rebuild but you will have to close project and reload; xcodeproj has been updated. *** if building from terminal there *should* be no need to rebuild; the first 'make' after an update is expected to trigger a reconfigure and libhb will rebuild. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2248 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- doc/module.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/module.rules') diff --git a/doc/module.rules b/doc/module.rules index 54fec6dc7..cc451241f 100644 --- a/doc/module.rules +++ b/doc/module.rules @@ -67,6 +67,6 @@ wiki.add: wiki.propset: find $(WIKI.out.version/) -type f -a -name "*.wiki" -print0 \ - | xargs -0 svn propset svn:eol-style native + | xargs -0 svn propset svn:eol-style LF find $(WIKI.out.version/) -type f -a -name "*.wiki" -print0 \ - | xargs -0 svn propset svn:mime-type "text/html" + | xargs -0 svn propset svn:mime-type "text/x-trac-wiki" -- cgit v1.2.3