From: Michael Göhler Date: Sat, 11 Apr 2015 20:53:37 +0000 (+0200) Subject: Merge pull request #86 from lukaslueg/master X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=commitdiff_plain;h=58e6310354246773a7aecf1b4612eee088a4596b;hp=2dcbfd8e30e5fe7109600349ebb2438223b12736 Merge pull request #86 from lukaslueg/master Fixed crash caused by invalid pandoc urls --- 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: