diff options
author | konablend <[email protected]> | 2009-03-10 01:26:46 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2009-03-10 01:26:46 +0000 |
commit | 9524d15d80e03017ea0dcafd158562a304ee357a (patch) | |
tree | 9ee8cc3553fc1856eba171d16e6bd9d39d79ba46 /doc/module.rules | |
parent | 82a445c939dd4d63ee957190dce2de8d594a7782 (diff) |
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
Diffstat (limited to 'doc/module.rules')
-rw-r--r-- | doc/module.rules | 4 |
1 files changed, 2 insertions, 2 deletions
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" |