X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=22c8d36ebcac21dd96a22876b3f0132e378131b0;hb=06ea9ccb6a8d36c63d5f1dac4fd2430819b75a95;hp=6c6414b6552e289b11ec6ff7c6c50ff81cfecfe2;hpb=3d50a117df2b79941e77dfe074cabff95f7f3fdc;p=zpackage diff --git a/Makefile b/Makefile index 6c6414b..22c8d36 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ ZPKGBIN=zpm-addfile zpm-extract zpm-init zpm-vercmp zpm-stat zpm-hash \ SCRIPTS=zpm zpm-install zpm-merge zpm-list zpm-preserve zpm-test zpm-log \ zpm-contents zpm-uninstall zpm-pathmod zpm-rmpackage zpm-newpackage \ - zpm-pkg zpm-add zpm-pkgfile zpm-gc + zpm-pkg zpm-add zpm-pkgfile zpm-gc zpm-repo zpm-update zpm-confgit COMPILED=$(ZPKGBIN) PROGRAMS=$(SCRIPTS) $(COMPILED) @@ -187,9 +187,11 @@ zpm-shell: sqlite/sqlite3.o sqlite/shell.o sqlite/extensions.o lib/vercmp.o libelf.a: elf/libelf.o ar rcuv $@ $? -install: $(COMPILED) +install: $(COMPILED) doc/zpm.8 test -d $(DESTDIR)/sbin || install -d $(DESTDIR)/sbin install $(PROGRAMS) $(DESTDIR)/sbin + mkdir -p $(DESTDIR)/usr/share/man/man8 + install -m644 doc/zpm.8 $(DESTDIR)/usr/share/man/man8 scan-prep: clean sqlite/sqlite3.o sqlite/shell.o lib/liblzma.a @echo scan-build -v -o report make -j10