summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
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