diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2017-07-19 21:26:42 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2017-07-19 21:26:42 +0000 |
commit | 99a34892bfc27a57a0d2c26383689f9384996328 (patch) | |
tree | bb0cdd48764f346a67e1cb99173d22fcff114920 /buildtools | |
parent | 9f96b8eab4965d1a5c57b4177c299cdc6dfbfa02 (diff) | |
download | netpbm-mirror-99a34892bfc27a57a0d2c26383689f9384996328.tar.gz netpbm-mirror-99a34892bfc27a57a0d2c26383689f9384996328.tar.xz netpbm-mirror-99a34892bfc27a57a0d2c26383689f9384996328.zip |
improve comments
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3034 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/manpage.mk | 9 |
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. |