aboutsummaryrefslogtreecommitdiffstats
path: root/gnome-2-26/docs/README
blob: 609b81464a35e022f42313361214a4979b9a28b4 (plain) (blame)
1
2
3
4
5
6
7
8
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