--- a/Makefile
+++ b/Makefile
@@ -285,9 +285,6 @@
 $(DEPFILE_stmp):
 	./docsrc2man.sh
 	./docsrc2html.sh
-	ln -sf ./doc/en/epgsearch.4.txt MANUAL
-	ln -sf ./doc/en/epgsearch.1.txt README
-	ln -sf ./doc/de/epgsearch.1.txt README.DE
 	@rm -f $(DEPFILE_stmp)
 	@date > $(DEPFILE_stmp)
 
@@ -310,7 +307,7 @@
 	$(Q)install -D libvdr-$(PLUGIN4).so $(DESTDIR)$(LIBDIR)/libvdr-$(PLUGIN4).so.$(APIVERSION)
 
 install-conf:
-	mkdir -p $(DESTDIR)$(CONFDIR)/plugins/$(PLUGIN)/conf.d
+	mkdir -p $(DESTDIR)$(CONFDIR)/plugins/$(PLUGIN)
 	@for i in conf/*; do\
 	    if ! [ -e $(DESTDIR)$(CONFDIR)/plugins/$$i ] ; then\
 	        cp -p $$i $(DESTDIR)$(CONFDIR)/plugins/$(PLUGIN);\
@@ -333,7 +330,7 @@
 	mkdir -p $(DESTDIR)$(BINDIR)
 	cp createcats $(DESTDIR)$(BINDIR)
 
-install: install-lib install-i18n install-conf install-doc install-bin
+install: install-lib install-i18n install-conf install-bin
 
 install-lib: install-$(PLUGIN) install-$(PLUGIN2) install-$(PLUGIN3) install-$(PLUGIN4)
 
@@ -366,3 +363,6 @@
 	@-rm -rf doc html man
 	@-rm -f MANUAL README README.DE
 	@-rm -f $(DEPFILE_stmp) $(DEPFILE_DOC)
+
+# make detection in vdr-plugin-2.eclass for new Makefile handling happy
+# SOFILE
