about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-04-17 03:17:30 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-04-17 03:17:30 +0000
commit6b85c685f6b4a4d63e62319587c362682b1de42a (patch)
tree7cd4151b0e9a769f39c9b692b4582d2f72174956 /GNUmakefile
parent796cd77a2ec197c5827d1b1c5708354e8923a414 (diff)
downloadnetpbm-mirror-6b85c685f6b4a4d63e62319587c362682b1de42a.tar.gz
netpbm-mirror-6b85c685f6b4a4d63e62319587c362682b1de42a.tar.xz
netpbm-mirror-6b85c685f6b4a4d63e62319587c362682b1de42a.zip
Release 10.70.02
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2463 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 1e933347..2e624aa0 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -387,9 +387,9 @@ install.lib:
 endif
 
 .PHONY: install.manwebmain
-install.manwebmain: $(PKGDIR)/man/web/netpbm.url $(PKGDIR)/bin/doc.url
+install.manwebmain: $(PKGDIR)/$(PKGMANDIR)/web/netpbm.url $(PKGDIR)/bin/doc.url
 
-$(PKGDIR)/man/web/netpbm.url: $(PKGDIR)/man/web
+$(PKGDIR)/$(PKGMANDIR)/web/netpbm.url: $(PKGDIR)/$(PKGMANDIR)/web
 	echo "$(NETPBM_DOCURL)" > $@
 	chmod $(INSTALL_PERM_MAN) $@