From 0407ef8d71f0a717b364856f631a469231df3401 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 11 Jun 2017 17:01:13 +0000 Subject: Fix typos in comments git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2995 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- buildtools/manpage.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildtools') diff --git a/buildtools/manpage.mk b/buildtools/manpage.mk index acd2d40f..b0f7668c 100644 --- a/buildtools/manpage.mk +++ b/buildtools/manpage.mk @@ -64,7 +64,7 @@ EXCEPTIONS = \ # Instead the list is generated afresh from HTML file names. Reasons: # 1. Any list would have to be updated every time an HTML file is added. # 2. The suffix (man section) depends on content (a "META" tag) of the -# HTML file. (The mankeman script is clever.) +# HTML file. (The makeman script is clever.) # 3. In one instance the file stem name changes: index.html => netpbm.1 # HTML files in USERGUIDE @@ -178,7 +178,7 @@ installman: report # This will uninstall the man pages. -# Only pages with corresponing files in USERGUIDE are deleted. +# Only pages with corresponding files in USERGUIDE are deleted. .PHONY : uninstallman uninstallman: report for f in $(MAN1); do if [ -f $(MANDIR)/man1/$$f.gz ]; then rm -f $(MANDIR)/man1/$$f.gz; fi; done -- cgit 1.4.1