X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=c2a48982dad6f3b8b072da4d559355a6718cfb95;hb=0d91be86340f056df1590280fd3b3507ac23120f;hp=c1f8658eaf18eee73c2b81385402f01eee1124a1;hpb=6e777ea835c4c83d2a4c1d8e33d0d6a9ec0bfad0;p=smdp.git diff --git a/Makefile b/Makefile index c1f8658..c2a4898 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # Makefile -# Copyright (C) 2014 Michael Goehler +# Copyright (C) 2015 Michael Goehler # # This file is part of mdp. # @@ -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)