diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2018-11-08 15:11:01 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2018-11-08 15:11:01 +0000 |
commit | 79e47d354615d770a31f7e09834ae2d976089066 (patch) | |
tree | 29ba3a86fa9417ad0c1a9bded9da6f0aa49590b1 /GNUmakefile | |
parent | 401d5cc0de140e48aa80bc0fdcfae3be37cc1eab (diff) | |
download | netpbm-mirror-79e47d354615d770a31f7e09834ae2d976089066.tar.gz netpbm-mirror-79e47d354615d770a31f7e09834ae2d976089066.tar.xz netpbm-mirror-79e47d354615d770a31f7e09834ae2d976089066.zip |
improve comments
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3422 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 3bf3623d..f344282f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -11,6 +11,7 @@ # deb: Make a .deb file in the current dir. # # check-tree: Conduct tests on Netpbm files in the source dir. +# with "target=pamtotga" tests only pamtotga. # check-package: Conduct tests on packaged Netpbm files. # check-install: Conduct tests on installed Netpbm files. # check: Default check. Synonym for check-package. @@ -519,9 +520,9 @@ check-tree : PALMMAPDIR ?= $(SRCDIR)/converter/other/pnmtopalm # Create RESULTDIR. -# If it already exists, rename and covert to an archive directory. +# If it already exists, rename and convert to an archive directory. # Use numbered backup. -# TODO: Renaming fails with old versions of mv which do not support -T. +# Note: Renaming fails with old versions of mv which do not have -T. resultdir-backup: FORCE if [ -d $(RESULTDIR) ]; \ |