remove install targets - not needed

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-04 15:04:52 +01:00
parent 0f6bfb304e
commit 390543ee67
1 changed files with 0 additions and 13 deletions

View File

@ -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
#