From f75a8e3e8be8bd5762cb8df703890b19d0f91b7f Mon Sep 17 00:00:00 2001 From: Josh Grams Date: Wed, 9 Dec 2009 15:30:41 -0500 Subject: [PATCH 1/1] * Makefile.in: warn builders about maintainer-clean. --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index a4e4af2..a481a50 100644 --- a/Makefile.in +++ b/Makefile.in @@ -120,6 +120,8 @@ distclean: clean rm -f Makefile config.h config.log config.status maintainer-clean: program-clean + @echo 'This command is intended for maintainers to use; it' + @echo 'deletes files that may need special tools to rebuild.' rm -f $(graphics) font_guts font_guts.pov program-clean: -- 1.7.10.4