summaryrefslogtreecommitdiffstats
path: root/doc/module.rules
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.rules
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.rules')
-rw-r--r--doc/module.rules6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/module.rules b/doc/module.rules
index 22d97e672..d4cc7b737 100644
--- a/doc/module.rules
+++ b/doc/module.rules
@@ -3,6 +3,7 @@ $(eval $(call import.MODULE.rules,DOC))
doc: doc.txt
doc.txt: $(DOC.texi2txt.out)
+doc.xml: $(DOC.texi2xml.out)
doc.wiki: $(DOC.xml2wiki.out)
doc.clean:
@@ -30,8 +31,3 @@ $(DOC.m4.out): | $(dir $(DOC.m4.out))
$(DOC.m4.out): $(DOC.M4.deps)
$(DOC.m4.out): $(DOC.out/)%: $(DOC.in/)%.m4
$(call DOC.M4,$@,$<)
-
-mike:
- @echo $(DOC.texi2xml.out)
- @echo $(DOC.xml2wiki.out)
- @echo ok