aboutgitcodebugslistschat
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f03d117..81b997e 100644
--- a/Makefile
+++ b/Makefile
@@ -131,10 +131,14 @@ install: $(BIN) $(MANPAGES) docs
cp -d $(MANPAGES) $(DESTDIR)$(prefix)/share/man/man1
mkdir -p $(DESTDIR)$(prefix)/share/doc/passt
cp -d README.plain.md $(DESTDIR)$(prefix)/share/doc/passt/README.md
+ cp -d doc/demo.sh $(DESTDIR)$(prefix)/share/doc/passt
uninstall:
$(RM) $(BIN:%=$(DESTDIR)$(prefix)/bin/%)
$(RM) $(MANPAGES:%=$(DESTDIR)$(prefix)/share/man/man1/%)
+ $(RM) $(DESTDIR)$(prefix)/share/doc/passt/README.md
+ $(RM) $(DESTDIR)$(prefix)/share/doc/passt/demo.sh
+ -rmdir $(DESTDIR)$(prefix)/share/doc/passt
pkgs: static
tar cf passt.tar -P --xform 's//\/usr\/bin\//' $(BIN)