All of lore.kernel.org
 help / color / mirror / Atom feed
* Miscellaneous file cleanup
@ 2009-12-05  0:05 Bruce Dubbs
  2009-12-05 20:40 ` Robert Millan
  0 siblings, 1 reply; 4+ messages in thread
From: Bruce Dubbs @ 2009-12-05  0:05 UTC (permalink / raw)
  To: The development of GNU GRUB

[-- Attachment #1: Type: text/plain, Size: 149 bytes --]

As a first attempt at an update, I am attaching a minor change to 
Makefile.in to remove left over files in docs when making distclean.

   -- Bruce

[-- Attachment #2: makefile.in.diff --]
[-- Type: text/plain, Size: 956 bytes --]

=== modified file 'ChangeLog'
--- ChangeLog	2009-11-30 01:25:57 +0000
+++ ChangeLog	2009-12-04 23:59:11 +0000
@@ -1,3 +1,9 @@
+2009-12-04  Bruce Dubbs  <bruce.dubbs@gmail.com>
+
+	Remove miscellaneous files in distclean target.
+
+	* Makefile.in: Remove docs/{grub.info,version.texi,stamp-vti}
+
 2009-11-30  Robert Millan  <rmh.grub@aybabtu.com>
 
 	Fix $srcdir != $objdir build.

=== modified file 'Makefile.in'
--- Makefile.in	2009-11-30 01:25:57 +0000
+++ Makefile.in	2009-12-05 00:00:31 +0000
@@ -139,7 +139,9 @@
 MOSTLYCLEANFILES =
 DISTCLEANFILES = config.status config.cache config.log config.h \
 	Makefile stamp-h include/grub/cpu include/grub/machine \
-	gensymlist.sh genkernsyms.sh build_env.mk
+	gensymlist.sh genkernsyms.sh build_env.mk \
+	docs/{grub.info,version.texi,stamp-vti}
+
 MAINTAINER_CLEANFILES = $(srcdir)/configure $(addprefix $(srcdir)/,$(MKFILES)) \
 	$(srcdir)/DISTLIST $(srcdir)/config.h.in $(srcdir)/stamp-h.in $(INFOS)
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-12-09 21:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-05  0:05 Miscellaneous file cleanup Bruce Dubbs
2009-12-05 20:40 ` Robert Millan
2009-12-05 21:29   ` Bruce Dubbs
2009-12-09 21:43     ` Robert Millan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.