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 | |
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')
-rw-r--r-- | doc/module.defs | 18 | ||||
-rw-r--r-- | doc/module.rules | 37 | ||||
-rw-r--r-- | doc/texi/Building.cygwin.texi | 2 | ||||
-rw-r--r-- | doc/texi/Building.linux.texi | 2 |
4 files changed, 4 insertions, 55 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/) diff --git a/doc/module.rules b/doc/module.rules index cc451241f..ac30a2a55 100644 --- a/doc/module.rules +++ b/doc/module.rules @@ -33,40 +33,3 @@ $(DOC.m4.out): $(DOC.out/)%: $(DOC.in/)%.m4 $(call DOC.M4,$@,$<) clean: doc.clean - -############################################################################### - -#.PHONY: wiki.post wiki.sync wiki.rm wiki.add wiki.propset wiki.clean - -## main target -wiki.post: $(WIKI.out/) wiki.sync wiki.rm wiki.add wiki.propset - -$(WIKI.out/): - svn co --depth immediates $(WIKI.repo.url) $@ - svn update --set-depth infinity $(WIKI.out.version/) - -## cleanup after post -wiki.clean: - $(RM.exe) -fr $(WIKI.out/) - -wiki.sync: | $(WIKI.out.version/) -wiki.sync: $(DOC.xml2wiki.out) - rsync -vrptPL --delete $^ $(WIKI.out.version/) - -wiki.rm: - @files=`svn status $(WIKI.out.version/) | grep '^!' | awk '{ print $$2 }'`; \ - if [ -n "$$files" ]; then \ - svn rm $$files; \ - fi - -wiki.add: - @files=`svn status $(WIKI.out.version/) | grep '^?' | awk '{ print $$2 }'`; \ - if [ -n "$$files" ]; then \ - svn add $$files; \ - fi - -wiki.propset: - find $(WIKI.out.version/) -type f -a -name "*.wiki" -print0 \ - | 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/x-trac-wiki" diff --git a/doc/texi/Building.cygwin.texi b/doc/texi/Building.cygwin.texi index a2fda9ab3..643a591ee 100644 --- a/doc/texi/Building.cygwin.texi +++ b/doc/texi/Building.cygwin.texi @@ -42,4 +42,6 @@ As of this writing, @value{OS.cygwin} has available to it several versions of gc @chapter Overview @value{OS.cygwin} builds are performed from a @b{terminal}. There is no support for building from any IDEs. +@c %**------------------------------------------------------------------------- @include building/chapter.via.terminal.texi +@include building/appendix.repo.texi diff --git a/doc/texi/Building.linux.texi b/doc/texi/Building.linux.texi index 0e89a2277..aac1c266d 100644 --- a/doc/texi/Building.linux.texi +++ b/doc/texi/Building.linux.texi @@ -98,4 +98,6 @@ gstreamer-devel gstreamer-plugins-base-devel @chapter Overview @value{OS.linux} builds are performed from a @b{terminal}. There is no support for building from any IDEs. +@c %**------------------------------------------------------------------------- @include building/chapter.via.terminal.texi +@include building/appendix.repo.texi |