about summary refs log tree commit diff
path: root/icon
diff options
context:
space:
mode:
Diffstat (limited to 'icon')
-rw-r--r--icon/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/icon/Makefile b/icon/Makefile
index a1bbea0b..2181c88b 100644
--- a/icon/Makefile
+++ b/icon/Makefile
@@ -1,15 +1,3 @@
-###############################################################################
-#
-#  This directory is not part of a normal build.  The file netpbm.ico is
-#  not platform-specific, so we distribute it in this directory already
-#  built.  This make file is only for use by developers in generating a
-#  different icon.
-#
-#  If you want to change netpbm.ico, run the make in this directory.  And run
-#  'make clean' in this directory too.
-#
-###############################################################################
-
 ifeq ($(SRCDIR)x,x)
   SRCDIR = $(CURDIR)/..
   BUILDDIR = $(SRCDIR)