X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=blobdiff_plain;f=Makefile;h=c2a48982dad6f3b8b072da4d559355a6718cfb95;hp=cfb80feccfd49de4b22825a9e5974240c1d4fca0;hb=a685e60c039f0288021006ad4e2c2979df10f8a7;hpb=01a21345277528bb331653603e0d3771e5ed5870 diff --git a/Makefile b/Makefile index cfb80fe..c2a4898 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,7 @@ clean: install: install -d $(DESTDIR)$(PREFIX)/bin install -m 755 mdp $(DESTDIR)$(PREFIX)/bin/$(TARGET) + install -m 644 mdp.1 $(DESTDIR)$(PREFIX)/share/man/man1/ uninstall: $(RM) $(DESTDIR)$(PREFIX)/$(TARGET)