---
 Makefile               |    4 ----
 debian/devscripts.docs |    1 +
 2 files changed, 1 insertions(+), 4 deletions(-)
 create mode 100644 debian/devscripts.docs

diff --git a/Makefile b/Makefile
index 586a71b..4973727 100644
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,6 @@ DESTDIR =
 PERL_MODULES = Devscripts
 EXAMPLES = conf.default
 
-PREFIX ?= /usr
-DOCDIR ?= $(PREFIX)/share/doc/devscripts
-
 all: version make_scripts $(EXAMPLES) translated_manpages
 
 version:
@@ -39,7 +36,6 @@ test: test_test test_scripts
 install: all install_scripts
        cp -a $(PERL_MODULES) $(DESTDIR)$(PERLMOD_DIR)
        cp $(EXAMPLES) $(DESTDIR)$(EXAMPLES_DIR)
-       install -D README $(DESTDIR)$(DOCDIR)/README
 
 test_test:
        $(MAKE) -C test/ test
diff --git a/debian/devscripts.docs b/debian/devscripts.docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/devscripts.docs
@@ -0,0 +1 @@
+README
-- 
1.7.5.3



-- 
To unsubscribe, send mail to [email protected].

Reply via email to