about summary refs log tree commit diff
path: root/buildtools/manpage.mk
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-09-30 18:51:40 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-09-30 18:51:40 +0000
commit8b2ff6a4ae59c1ab37af590a7340656f93dbddee (patch)
tree36477ce3fc89409c484ee53afa10dac9685e7700 /buildtools/manpage.mk
parenteb9c9ea7fe9a04f1977bdd040c173c84f841d431 (diff)
downloadnetpbm-mirror-8b2ff6a4ae59c1ab37af590a7340656f93dbddee.tar.gz
netpbm-mirror-8b2ff6a4ae59c1ab37af590a7340656f93dbddee.tar.xz
netpbm-mirror-8b2ff6a4ae59c1ab37af590a7340656f93dbddee.zip
Copy Development as new Advanced
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@3083 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools/manpage.mk')
-rw-r--r--buildtools/manpage.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/buildtools/manpage.mk b/buildtools/manpage.mk
index b0f7668c..ef1a1039 100644
--- a/buildtools/manpage.mk
+++ b/buildtools/manpage.mk
@@ -15,7 +15,7 @@ else
   MAKEFILE_DIR := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
 endif
 
-# Python script makeman should be in the same directory.
+# Program 'makeman' should be in the same directory.
 MAKEMAN ?= $(MAKEFILE_DIR)makeman
 
 # Install location of manpages.
@@ -33,10 +33,9 @@ else
   endif
 endif
 
-# In the past the following default value was used.
-# It works if you've done a SVN checkout for netpbm and userguide in the
-# same directory, and you are working in a subdirectory of netpbm, say
-# ./buildtools .
+# In the past, the following default value was used.  It works if you've done
+# a Subversion checkout for source code and userguide in the same directory,
+# and you are working in a subdirectory of netpbm, say ./buildtools .
 # USERGUIDE = ../../userguide
 
 # The files that don't get converted to manual pages.