From da90381cc8afc52fd24a741c4f01fee00422e955 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 13 Oct 2015 02:12:09 +0000 Subject: Add commentsa about this directory not being part of a normal build git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2646 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- icon/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'icon') 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) -- cgit 1.4.1