Install documents
authorJoey Schulze <joey@infodrom.org>
Mon, 1 May 2017 20:25:28 +0000 (22:25 +0200)
committerJoey Schulze <joey@infodrom.org>
Mon, 1 May 2017 20:32:40 +0000 (22:32 +0200)
debian/hypermail.docs [new file with mode: 0644]
debian/hypermail.manpages [new file with mode: 0644]
debian/rules

diff --git a/debian/hypermail.docs b/debian/hypermail.docs
new file mode 100644 (file)
index 0000000..51ada00
--- /dev/null
@@ -0,0 +1,11 @@
+docs/archive_search.html
+docs/attachments.txt
+docs/customizing.html
+docs/hmrc.html
+docs/hr.yellow.png
+docs/hypermail-faq.html
+docs/hypermail.html
+docs/hypermail.png
+docs/index_hypermail.txt
+docs/stars.png
+
diff --git a/debian/hypermail.manpages b/debian/hypermail.manpages
new file mode 100644 (file)
index 0000000..93b8e20
--- /dev/null
@@ -0,0 +1,3 @@
+docs/hmrc.4
+docs/hypermail.1
+debian/hypetombox.1
index cb3b758..412894b 100644 (file)
@@ -11,3 +11,8 @@ override_dh_auto_configure:
                          --with-gdbm=/usr \
                          --with-httpddir=/var/www/hypermail
 
+override_dh_auto_install:
+       $(MAKE) install prefix=`pwd`/debian/hypermail/usr cgidir=/usr/lib/cgi-bin
+       mv debian/hypermail/usr/bin/hypetombox.pl debian/hypermail/usr/bin/hypetombox
+       mv debian/hypermail/usr/bin/msg2hypermailarchive.py debian/hypermail/usr/bin/msg2hypermailarchive
+