X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=9c63e0a2b6789abc8b4647db57f8d799ebdcc996;hb=69352838d7b0be27074840a0d2d1e2cf294dcec3;hp=9abc3c08042f6a8d8b01a34f6fe02590fd7fdd4e;hpb=24fa54229b7cba30488fc5f4a904e97d44c067f0;p=smdp.git diff --git a/Makefile b/Makefile index 9abc3c0..9c63e0a 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. # @@ -27,7 +27,7 @@ DESTDIR = PREFIX = /usr/local CURSES = ncursesw -LDFLAGS = -s +LDFLAGS ?= -s ifeq (Windows_NT,$(OS)) ifeq (,$(findstring CYGWIN,$(UNAME_S))) @@ -60,7 +60,9 @@ clean: install: install -d $(DESTDIR)$(PREFIX)/bin - install -m 755 mdp $(DESTDIR)$(PREFIX)/bin/$(TARGET) + 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: $(RM) $(DESTDIR)$(PREFIX)/$(TARGET)