Remove empty file from doc/html in distribution
authorMichael Hanselmann <hansmi@google.com>
Tue, 2 Nov 2010 13:42:32 +0000 (14:42 +0100)
committerMichael Hanselmann <hansmi@google.com>
Wed, 3 Nov 2010 14:44:03 +0000 (15:44 +0100)
It's not needed and some packaging systems complain about empty
files.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: RenĂ© Nussbaumer <rn@google.com>

Makefile.am

index 3968868..56a8500 100644 (file)
@@ -732,6 +732,7 @@ dist-hook:
        $(MAKE) regen-vcs-version && \
        rm -f $(top_distdir)/vcs-version && \
        cp -p $(srcdir)/vcs-version $(top_distdir)
+       rm $(top_distdir)/doc/html/.dir
 
 # a distcheck hook rule for catching revision control directories
 distcheck-hook: