X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=802360ba8ce644bffc8176952ad2f70b47c84554;hb=160587258d4032ba91ad2bc135ae611236b61f49;hp=244521b911363db9894b467f46d14e1c8846d0ad;hpb=59c9aa3c3536915c28a15567ca9ead3dea866911;p=zpackage diff --git a/Makefile b/Makefile index 244521b..802360b 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,8 @@ ZPKGBIN=zpm-addfile zpm-extract zpm-init zpm-vercmp zpm-stat zpm-hash \ SCRIPTS=zpm zpm-install zpm-merge zpm-list zpm-test zpm-log \ zpm-contents zpm-uninstall zpm-pathmod zpm-rmpackage zpm-newpackage \ - zpm-pkg zpm-pkgfile zpm-gc zpm-repo zpm-update zpm-confgit + zpm-pkg zpm-pkgfile zpm-gc zpm-repo zpm-update zpm-confgit \ + zpm-pkgdeps MANPAGES=$(shell ls doc/*.8) #MANPAGES=doc/zpm.8 $(addprefix doc/zpm-, list.8 contents.8 hash.8 quote.8 pathmod.8 note.8 vercmp.8 repo.8 gc.8) @@ -208,6 +209,8 @@ libelf.a: elf/libelf.o install: $(COMPILED) $(MANPAGES) test -d $(DESTDIR)/sbin || install -d $(DESTDIR)/sbin + test -d $(DESTDIR)/var/lib/zpm || install -d $(DESTDIR)/var/lib/zpm + test -d $(DESTDIR)/var/lib/zpm/packages || install -d $(DESTDIR)/var/lib/zpm/packages install $(PROGRAMS) $(DESTDIR)/sbin mkdir -p $(DESTDIR)/usr/share/man/man8 install -m644 $(MANPAGES) $(DESTDIR)/usr/share/man/man8