diff options
author | konablend <[email protected]> | 2009-03-10 23:22:24 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2009-03-10 23:22:24 +0000 |
commit | 6a294a9fc3519114f283760ac39b33d70ae09406 (patch) | |
tree | 4b00d82f5d09cd2e5273567a47216c009ae4b7c1 /doc/module.defs | |
parent | 246cf371553c120192011d5c10274160b2d48156 (diff) |
BuildSystem: docs; new location for generated docs which we can point users to
- doc/BUILD-Mac
- doc/BUILD-Linux
- doc/BUILD-Cygwin
BuildSystem: doc cleanup
- dropped wiki autogen stuff; not compatible with project goals.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2253 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'doc/module.defs')
-rw-r--r-- | doc/module.defs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/module.defs b/doc/module.defs index 8047022bd..de427a3fe 100644 --- a/doc/module.defs +++ b/doc/module.defs @@ -21,13 +21,10 @@ DOC.texi2html.out = $(patsubst $(DOC.in/)texi/%.texi,$(DOC.out.articles/)html/%. DOC.texi2txt.out = $(patsubst $(DOC.in/)texi/%.texi,$(DOC.out.articles/)txt/%.txt,$(DOC.texi.articles)) DOC.texi2xml.out = $(patsubst $(DOC.in/)texi/%.texi,$(DOC.out.articles/)xml/%.xml,$(DOC.texi.articles)) -DOC.xml2wiki.out = $(DOC.texi2xml.out:$(DOC.out.articles/)xml/%.xml=$(DOC.out.articles/)wiki/%.wiki) - BUILD.out += $(DOC.m4.out) BUILD.out += $(DOC.texi2html.out) BUILD.out += $(DOC.texi2txt.out) BUILD.out += $(DOC.texi2xml.out) -BUILD.out += $(DOC.xml2wiki.out) ############################################################################### @@ -42,7 +39,3 @@ MAKEINFO.flags.html = --html --no-headers --no-split MAKEINFO.flags.txt = --plaintext --no-headers 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 = --toc -XML2WIKI = $(XML2WIKI.exe) $(XML2WIKI.flags) $(1) > $(2) |