aboutsummaryrefslogtreecommitdiffstats
path: root/docs/README
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/README b/docs/README
deleted file mode 100644
index 609b81464..000000000
--- a/docs/README
+++ /dev/null
@@ -1,8 +0,0 @@
-To be sure the doc is up to date:
-
-1) Update libempathy.types
-empathy/libempathy$ grep _get_type *.h | grep GType | awk '{ print $2 }'
-
-2) Update libempathy-docs.sgml
-empathy$ make
-empathy/doc/libempathy$ for f in `ls -l xml/*.xml | awk '{ print $8 }'`; do echo " <xi:include href=\"$f\"/>"; done