Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-10-20 13:28:52 +0300
committerTim-Philipp Müller <tim@centricular.com>2015-10-20 13:29:48 +0300
commitd58514bf40428cf90c6d01cf8068b43b2693f731 (patch)
tree9170683c0b9ec161c392ed50163899ae1faf2143 /doc
parent022d72e3f24013f46e8c5e235d21d902b7a8a1d0 (diff)
doc: update from entropywave locations to gstreamer
The entropywave website isn't even up any longer. Docs have been uploaded to gstreamer website too now.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am11
-rw-r--r--doc/orc-docs.sgml2
2 files changed, 10 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index f4b9cb1..c12b373 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -104,8 +104,15 @@ endif
-include $(top_srcdir)/git.mk
-update-www:
- rsync -a html/* cooker.entropywave.com:/srv/code.entropywave.com/www/documentation/orc
+DOC_SERVER = gstreamer.freedesktop.org
+DOC_BASE = /srv/gstreamer.freedesktop.org/www/data/doc
+DOC_URL = $(DOC_SERVER):$(DOC_BASE)
+
+upload:
+ echo Uploading documentation to $(DOC_SERVER):$(DOC_BASE)/orc
+ ssh $(DOC_SERVER) mkdir -p $(DOC_BASE)/orc
+ rsync -rv -e ssh --delete html/* $(DOC_SERVER):$(DOC_BASE)/orc
+ ssh $(DOC_SERVER) chmod -R g+w $(DOC_BASE)/orc
update-tables: $(top_builddir)/testsuite/generate_xml_table $(top_builddir)/testsuite/generate_xml_table2
$(top_builddir)/testsuite/generate_xml_table >table.xml
diff --git a/doc/orc-docs.sgml b/doc/orc-docs.sgml
index 7e62b91..d24d22d 100644
--- a/doc/orc-docs.sgml
+++ b/doc/orc-docs.sgml
@@ -10,7 +10,7 @@
<releaseinfo>
for Orc-&ORC_VERSION;.
The latest version of this documentation can be found on-line at
- <ulink role="online-location" url="http://code.entropywave.com/documentation/orc/">http://code.entropywave.com/documentation/orc/</ulink>.
+ <ulink role="online-location" url="http://gstreamer.freedesktop.org/data/doc/orc/">http://gstreamer.freedesktop.org/data/doc/orc/</ulink>.
</releaseinfo>
</bookinfo>