diff options
Diffstat (limited to 'icon')
-rw-r--r-- | icon/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/icon/Makefile b/icon/Makefile index 2181c88b..a1bbea0b 100644 --- a/icon/Makefile +++ b/icon/Makefile @@ -1,3 +1,15 @@ +############################################################################### +# +# 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) |