[Spice-commits] docs/Makefile.am

Victor Toso de Carvalho victortoso at kemper.freedesktop.org
Thu Oct 27 16:05:21 UTC 2016


 docs/Makefile.am |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 215b7571d413526ee7b4f1c461d1df190ceb4b04
Author: Victor Toso <me at victortoso.com>
Date:   Thu Oct 20 15:50:48 2016 +0200

    Fix gitignore with new docs folder
    
    The generated spice_protocol.html file and the Makefile were not
    included in gitignore. This patch fixes it.
    
    Signed-off-by: Victor Toso <victortoso at redhat.com>
    Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/docs/Makefile.am b/docs/Makefile.am
index 0b09b82..aa7c715 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -13,5 +13,6 @@ spice_protocol.html: spice_protocol.txt
 	$(AM_V_GEN) $(ASCIIDOC) -n $(ASCIIDOC_FLAGS) -o $@ $<
 endif
 
-clean-local:
-	rm -f spice_protocol.html
+CLEANFILES = spice_protocol.html
+
+-include $(top_srcdir)/git.mk


More information about the Spice-commits mailing list