changeset 5542:b23c53f26aec

[project @ 2005-11-21 16:01:24 by jwe]
author jwe
date Mon, 21 Nov 2005 16:01:24 +0000
parents 907860397781
children 4d52e637a72a
files ChangeLog examples/Makefile.in
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-21  John W. Eaton  <jwe@octave.org>
+
+	* examples/Makefile.in (DISTFILES): Don't include octave.desktop here.
+	(distclean): Remove octave.desktop here.
+	(maintainer-clean): Not here.
+
 2005-11-01  John W. Eaton  <jwe@octave.org>
 
 	* examples/Makefile.in (distclean, maintainer-clean):
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -26,7 +26,7 @@
 IMAGE_FILES = $(srcdir)/octave-sombrero.png
 IMAGE_FILES_NO_DIR = $(notdir $(IMAGE_FILES))
 
-DISTFILES = Makefile.in $(SOURCES) $(SCRIPTS) $(IMAGE_FILES) octave.desktop
+DISTFILES = Makefile.in $(SOURCES) $(SCRIPTS) $(IMAGE_FILES)
 
 SUBDIRS = 
 
@@ -69,11 +69,11 @@
 .PHONY: clean mostlyclean
 
 distclean:
-	rm -f Makefile
+	rm -f Makefile octave.desktop
 .PHONY: distclean
 
 maintainer-clean: distclean
-	rm -f tags TAGS octave.desktop
+	rm -f tags TAGS
 .PHONY: maintainer-clean
 
 dist: