diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-09-10 11:00:44 +0100 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-09-10 11:00:44 +0100 |
commit | 855a8371ca448040e2292e388718a8ab8a6cf970 (patch) | |
tree | abceb747029ffd3be83a829538d7ee27c3c7fb44 /docs | |
parent | 8f439ae38a2d7eb49cf961bcc0882cf133d49232 (diff) |
Remove an unused variable from docs/Makefile.am
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 693b44c..cd46aba 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -27,7 +27,6 @@ VALAFLAGS = \ --vapidir=$(top_srcdir)/folks \ --vapidir=$(top_srcdir)/backends/telepathy \ --vapidir=$(top_srcdir)/backends/telepathy/lib -VALAFLAGS += $(TP_VALA_VALAFLAGS) # The Vala files which will have documentation extracted from them _doc_files = \ |