From 390543ee675db16c93f37516ecedb6e11818d423 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 4 Mar 2011 15:04:52 +0100 Subject: [PATCH] remove install targets - not needed Signed-off-by: Nico Schottelius --- Makefile | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Makefile b/Makefile index 476bc89a..4769d40e 100644 --- a/Makefile +++ b/Makefile @@ -36,19 +36,6 @@ doc/man/.marker: $(MANSRC) clean: rm -f doc/man/*.html doc/man/*.[1-9] -################################################################################ -# Install targets -# - -# FIXME: some distro nerd, can you make this more beautiful? -# Like integrating install, ... -# I'm just a hacker, I don't really care... -install: install-man - cp bin/* $(BINDIR) - -install-man: - for p in doc/man/*.[1-9]; do n=$${p##*.}; cp $$p $(MANDIR)/man$$n/; done - ################################################################################ # Developer targets #