diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-01-04 20:53:29 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-01-04 20:53:29 +0000 |
commit | 1d936e3974263e1b058bcb7949cf55102ce1d2e1 (patch) | |
tree | 49958e987cd64e8d72bd7e14e5e7ba3cb498e949 /GNUmakefile | |
parent | 71d4c2e05abc34d82d505c96af9bd918846f9cec (diff) | |
download | netpbm-mirror-1d936e3974263e1b058bcb7949cf55102ce1d2e1.tar.gz netpbm-mirror-1d936e3974263e1b058bcb7949cf55102ce1d2e1.tar.xz netpbm-mirror-1d936e3974263e1b058bcb7949cf55102ce1d2e1.zip |
make package: add man/web directory with .url files for each manual page
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2100 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index 035a8ed5..eaf1ade3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -258,10 +258,10 @@ endif .PHONY: install-merge install-nonmerge install-merge: install.merge install.lib install.data \ - install.manweb install.man + install.manwebmain install.manweb install.man install-nonmerge: install.bin install.lib install.data \ - install.manweb install.man + install.manwebmain install.manweb install.man .PHONY: merge merge: lib/all netpbm @@ -367,7 +367,7 @@ install.lib: endif .PHONY: install.manweb -install.manweb: $(PKGDIR)/man/web/netpbm.url $(PKGDIR)/bin/doc.url +install.manwebmain: $(PKGDIR)/man/web/netpbm.url $(PKGDIR)/bin/doc.url $(PKGDIR)/man/web/netpbm.url: $(PKGDIR)/man/web echo "$(NETPBM_DOCURL)" > $@ |