From 507c2935a1ef282f936edda225c8b4de7d793c76 Mon Sep 17 00:00:00 2001
From: rohieb <devnull@localhost>
Date: Mon, 21 Jul 2008 18:07:04 +0200
Subject: [PATCH] added clean and distclean targets

---
 Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Makefile b/Makefile
index c5744d5..69370d7 100755
--- a/Makefile
+++ b/Makefile
@@ -114,3 +114,8 @@ uninstall:
 	@echo '  psql -c "DROP TABLE mod_roomreservation_bookings;"'
 	@echo After that, all bookings are unrecoverably deleted!
 	@echo
+
+# clean up
+clean: distclean
+distclean:
+	$(RM) doc/source
-- 
2.20.1