diff options
author | konablend <[email protected]> | 2009-03-10 01:50:47 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2009-03-10 01:50:47 +0000 |
commit | 39613b8125cc9124aed435e5523c16f4d97fdc18 (patch) | |
tree | fc528d57e0e1dc995a1e05633cebfe772a12cde6 /doc/module.defs | |
parent | 9524d15d80e03017ea0dcafd158562a304ee357a (diff) |
BuildSystem: doc cleanup
- drop /wiki as this cannot be displayed without trac 'include' components or plugins.
- drop pre-generated txt files from /trunk as wiki pages will be posted manually.
- drop auto-posting of generated wiki from doc/module.* .
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2249 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'doc/module.defs')
-rw-r--r-- | doc/module.defs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/module.defs b/doc/module.defs index 84d924ab7..8047022bd 100644 --- a/doc/module.defs +++ b/doc/module.defs @@ -46,21 +46,3 @@ MAKEINFO = $(MAKEINFO.exe) $(MAKEINFO.flags) $(MAKEINFO.flags.$(1)) $ XML2WIKI.exe = python3.0 $(DOC.in/)xml2wiki.py XML2WIKI.flags = --toc XML2WIKI = $(XML2WIKI.exe) $(XML2WIKI.flags) $(1) > $(2) - -############################################################################### - -## This section is for generating wiki docs and posting them to: -## -## [REPOSITORY]/wiki/[VERSION] -## -## which in turn is hosted by trac export webserver: -## -## http://[TRACSERVER]/HEAD/wiki/[VERSION] -## - -WIKI.out/ = $(BUILD/)wiki/ -WIKI.out.version/ = $(WIKI.out/)$(HB.repo.branch)/ - -WIKI.repo.url = $(HB.repo.root)/wiki - -BUILD.out += $(WIKI.out.version/) |