aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skype/Makefile2
-rw-r--r--skype/README5
l---------skype/images1
3 files changed, 7 insertions, 1 deletions
diff --git a/skype/Makefile b/skype/Makefile
index 2e7021f4..e1f91b4a 100644
--- a/skype/Makefile
+++ b/skype/Makefile
@@ -79,7 +79,7 @@ release:
doc: HEADER.html Changelog
HEADER.html: README Makefile
- asciidoc -a toc -a numbered -a sectids -o HEADER.html README
+ asciidoc -a toc -a numbered -a sectids -o HEADER.html -a icons -a data-uri --attribute iconsdir=./images/icons README
sed -i 's|@VERSION@|$(VERSION)|g' HEADER.html
sed -i 's|@BITLBEE_VERSION@|$(BITLBEE_VERSION)|g' HEADER.html
diff --git a/skype/README b/skype/README
index bd1d99cf..f2c437f5 100644
--- a/skype/README
+++ b/skype/README
@@ -185,6 +185,11 @@ if you used the `--sysconfdir` switch when running bitlbee-skype's `configure`.
NOTE: Maybe you want to adjust the permissions in the `~/.skyped`
dir. For example make it readable by just your user.
+TIP: In case you have difficulties generating skyped.cert.pem and
+skyped.key.pem you just want to experiment, you can copy&paste the contents of
+those files from
+http://code.google.com/p/gdata-python-client/source/browse/src/gdata/oauth/rsa.py#87[here].
+
- If both pyopenssl and python-gnutls are available, then python-gnutls
will be used. This behaviour can be overwritten by:
diff --git a/skype/images b/skype/images
new file mode 120000
index 00000000..8c90c6b0
--- /dev/null
+++ b/skype/images
@@ -0,0 +1 @@
+/etc/asciidoc/images \ No newline at end of file