From 0ea0b72c4b4026774f6c1dcbd8ac00fdae559358 Mon Sep 17 00:00:00 2001
From: Yoni Rabkin <yonirabkin@member.fsf.org>
Date: Thu, 17 Apr 2014 17:21:23 -0400
Subject: * doc/Makefile: Add clean target.

---
 doc/Makefile | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'doc')

diff --git a/doc/Makefile b/doc/Makefile
index cccdff3..03e3e0a 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -3,6 +3,9 @@
 
 all: emms.info
 
+clean:
+	rm -f *.info
+
 %.info: %.texinfo
 	makeinfo --no-split $<
 
-- 
cgit v1.2.3