Add first man-page documentation
[smdp.git] / Makefile
index 9abc3c0..c2a4898 100644 (file)
--- 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.
 #
@@ -27,7 +27,7 @@ DESTDIR =
 PREFIX  = /usr/local
 
 CURSES  = ncursesw
-LDFLAGS = -s
+LDFLAGS ?= -s
 
 ifeq (Windows_NT,$(OS))
        ifeq (,$(findstring CYGWIN,$(UNAME_S)))
@@ -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)