From 08e1b641a8c9db675d79759c450f9827a8d06a31 Mon Sep 17 00:00:00 2001 From: Tobias Grimm Date: Tue, 2 Dec 2008 22:27:50 +0100 Subject: Move installation of README and man page from all to install. --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e0a0ac..1239ecd 100644 --- a/Makefile +++ b/Makefile @@ -67,8 +67,6 @@ $(DEPFILE): Makefile ### Targets: all: libvdr-$(PLUGIN).so - @install -d ../../man - @install README ../../man/$(PLUGIN).man libvdr-$(PLUGIN).so: $(OBJS) $(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@ @@ -84,3 +82,7 @@ dist: clean clean: @-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ + +install: + @install -d ../../man + @install README ../../man/$(PLUGIN).man -- cgit v1.2.3