diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-11-16 01:25:13 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-11-16 01:25:13 +0800 |
commit | 1b97222821b7362cce1a68d6ba54106c66f5b932 (patch) | |
tree | 03d841fdb3e8af93f0c5ab9cc07392be8d05de55 /docs/Makefile.am | |
parent | c9721056606b7d03de34eabcf8ad17acac52cab3 (diff) | |
download | gsoc2013-empathy-1b97222821b7362cce1a68d6ba54106c66f5b932.tar.gz gsoc2013-empathy-1b97222821b7362cce1a68d6ba54106c66f5b932.tar.zst gsoc2013-empathy-1b97222821b7362cce1a68d6ba54106c66f5b932.zip |
Remove doc directory and replace it with a better gtk-doc in docs. More
2007-11-15 Xavier Claessens <xclaesse@gmail.com>
* docs/*:
* doc/*:
* configure.ac:
* Makefile.am: Remove doc directory and replace it with a better gtk-doc
in docs. More files are auto-generated, we have less files on SVN.
svn path=/trunk/; revision=439
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am new file mode 100644 index 000000000..2053a4567 --- /dev/null +++ b/docs/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = libempathy libempathy-gtk + |