---
Makefile | 3 ---
debian/manpages | 1 +
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 821f9ec..586a71b 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,6 @@ EXAMPLES = conf.default
PREFIX ?= /usr
DOCDIR ?= $(PREFIX)/share/doc/devscripts
-MAN1DIR ?= $(PREFIX)/share/man/man1
all: version make_scripts $(EXAMPLES) translated_manpages
@@ -41,8 +40,6 @@ install: all install_scripts
cp -a $(PERL_MODULES) $(DESTDIR)$(PERLMOD_DIR)
cp $(EXAMPLES) $(DESTDIR)$(EXAMPLES_DIR)
install -D README $(DESTDIR)$(DOCDIR)/README
- install -dD $(DESTDIR)$(MAN1DIR)
- cp doc/*.1 $(DESTDIR)$(MAN1DIR)
test_test:
$(MAKE) -C test/ test
diff --git a/debian/manpages b/debian/manpages
index 7f1f3db..f78f27a 100644
--- a/debian/manpages
+++ b/debian/manpages
@@ -1,3 +1,4 @@
+doc/*.1
scripts/*.1
scripts/*.5
po4a/fr/*.1
--
1.7.5.3
--
To unsubscribe, send mail to [email protected].