diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2015-10-13 02:12:09 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2015-10-13 02:12:09 +0000 |
commit | da90381cc8afc52fd24a741c4f01fee00422e955 (patch) | |
tree | 8cd284bc271ef01b269723055d3df1ea2141fcd5 /icon | |
parent | 94a6e73d78b544734adfeba43672009fb5b57520 (diff) | |
download | netpbm-mirror-da90381cc8afc52fd24a741c4f01fee00422e955.tar.gz netpbm-mirror-da90381cc8afc52fd24a741c4f01fee00422e955.tar.xz netpbm-mirror-da90381cc8afc52fd24a741c4f01fee00422e955.zip |
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
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) |