X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=blobdiff_plain;f=Makefile;h=9c63e0a2b6789abc8b4647db57f8d799ebdcc996;hp=33271c220e690a95bb7d8e7471f7234575e6296f;hb=e51b855ccbe106c89063653e1f7e79b1a0a03887;hpb=f38c2f467878d066ae27628160ac22f48e19fdaa diff --git a/Makefile b/Makefile index 33271c2..9c63e0a 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,7 @@ clean: install: install -d $(DESTDIR)$(PREFIX)/bin install -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/bin/$(TARGET) + install -d $(DESTDIR)$(PREFIX)/share/man/man1 install -m 644 mdp.1 $(DESTDIR)$(PREFIX)/share/man/man1/$(TARGET).1 uninstall: