summaryrefslogtreecommitdiffstats
path: root/doc/module.defs
diff options
context:
space:
mode:
authorkonablend <[email protected]>2009-03-03 02:49:54 +0000
committerkonablend <[email protected]>2009-03-03 02:49:54 +0000
commit55afb374694267dd7209afd2ec279e8f51154bcf (patch)
tree8d56c354b0998d39fc0c992b1abd24753a4c46eb /doc/module.defs
parent0a6c39fcd2f352d0413298274efab13056fd429a (diff)
BuildSystem:
- fixed OSX + Xcode to support parallel builds - enhanced OSX + Xcode to use proper pass-thru for all make targets - added global target --> install - added install: test.install - added install: gtk.install - updated pre-generated building guides (these will go away when wiki is updated) - updated xml2wiki script to spit out heading git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2205 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'doc/module.defs')
-rw-r--r--doc/module.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/module.defs b/doc/module.defs
index 468196c96..e7e426009 100644
--- a/doc/module.defs
+++ b/doc/module.defs
@@ -44,5 +44,5 @@ MAKEINFO.flags.xml = --xml --output-indent=4
MAKEINFO = $(MAKEINFO.exe) $(MAKEINFO.flags) $(MAKEINFO.flags.$(1)) $(2) -o $(3)
XML2WIKI.exe = python3.0 $(DOC.in/)xml2wiki.py
-XML2WIKI.flags = --date --toc
+XML2WIKI.flags = --toc
XML2WIKI = $(XML2WIKI.exe) $(XML2WIKI.flags) $(1) > $(2)