about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-05-24 16:37:23 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-05-24 16:37:23 +0000
commitde87c6e86a9639fb0558a20d7d92134017e97965 (patch)
tree72717534dd62a25758b70250fd811274ec6aa725 /GNUmakefile
parent55f66bca6c5221859ee2f5a1c68beaa94ec3025f (diff)
downloadnetpbm-mirror-de87c6e86a9639fb0558a20d7d92134017e97965.tar.gz
netpbm-mirror-de87c6e86a9639fb0558a20d7d92134017e97965.tar.xz
netpbm-mirror-de87c6e86a9639fb0558a20d7d92134017e97965.zip
Release 10.47.56
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@2521 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 38564e98..c1c2d0a3 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -344,9 +344,9 @@ install.lib:
 endif
 
 .PHONY: install.manweb
-install.manweb: $(PKGDIR)/man/web/netpbm.url $(PKGDIR)/bin/doc.url
+install.manweb: $(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) $@