X-Git-Url: https://git.armaanb.net/?p=bin.git;a=blobdiff_plain;f=Makefile;h=7ee20f3612f9e516a9388ea2cfb5195ae81bcfa8;hp=b36e22146c3a266df8231e5d0b9cf8c6c1cec8c8;hb=56d701464b19a608f63520cbcf2cdc2598755b34;hpb=5821ac694c7656d8dbb6c3e63ac1923605876d9f diff --git a/Makefile b/Makefile index b36e221..7ee20f3 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,10 @@ man: setup: mkdir -p build/bin build/man -install: all +install: all man-install cp -r build/bin/* $(DESTDIR)/$(PREFIX)/bin/ + +man-install: cp -r build/man/* $(DESTDIR)/$(PREFIX)/share/man/man1/ clean: