diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2017-01-15 23:46:30 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2017-01-15 23:46:30 +0000 |
commit | d82d66c9dcb24193c4ea61543e4b84d3d7975135 (patch) | |
tree | e602f8ba80648bf48c02c212d2251380dbb4a77c /GNUmakefile | |
parent | 55414289f5fde5d2008f5eb9de154723106012ed (diff) | |
download | netpbm-mirror-d82d66c9dcb24193c4ea61543e4b84d3d7975135.tar.gz netpbm-mirror-d82d66c9dcb24193c4ea61543e4b84d3d7975135.tar.xz netpbm-mirror-d82d66c9dcb24193c4ea61543e4b84d3d7975135.zip |
Remove pointer man pages, Manweb installation
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2882 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/GNUmakefile b/GNUmakefile index 4e10e12c..e5789c00 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -276,11 +276,9 @@ install-run: install-nonmerge endif .PHONY: install-merge install-nonmerge -install-merge: install.merge install.lib install.data \ - install.manwebmain install.manweb install.man +install-merge: install.merge install.lib install.data -install-nonmerge: install.bin install.lib install.data \ - install.manwebmain install.manweb install.man +install-nonmerge: install.bin install.lib install.data .PHONY: merge merge: lib/all netpbm @@ -393,17 +391,6 @@ else install.lib: endif -.PHONY: install.manwebmain -install.manwebmain: $(PKGDIR)/$(PKGMANDIR)/web/netpbm.url $(PKGDIR)/bin/doc.url - -$(PKGDIR)/$(PKGMANDIR)/web/netpbm.url: $(PKGDIR)/$(PKGMANDIR)/web - echo "$(NETPBM_DOCURL)" > $@ - chmod $(INSTALL_PERM_MAN) $@ - -$(PKGDIR)/bin/doc.url: $(PKGDIR)/bin - echo "$(NETPBM_DOCURL)" > $@ - chmod $(INSTALL_PERM_MAN) $@ - .PHONY: install-dev # Note that you might install the development package and NOT the runtime # package. If you have a special system for building stuff, maybe for |