summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 57cd848)
raw | patch | inline | side by side (parent: 57cd848)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 23 Nov 2013 18:42:54 +0000 (19:42 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 23 Nov 2013 18:43:10 +0000 (19:43 +0100) |
debian/rules | patch | blob | history |
diff --git a/debian/rules b/debian/rules
index 9c4aa1482e2c345c124bd32620fae187478a3af5..5ac6fcfbbfd9a90d1dcbc0bbb474e07460b4f105 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
$(MAKE) clean
rm -f config.h config.log config.make config.status
- rm -rf manual.html-chunked/
- rm -f manual.pdf manual.html manual.toc
- rm -f tig.1 tig.1.html tigrc.5 tigrc.5.html
- rm -f NEWS.html README.html
+ rm -rf doc/manual.html-chunked/
+ rm -f doc/manual.pdf doc/manual.html doc/manual.toc
+ rm -f doc/tigmanual.7
+ rm -f doc/tig.1 doc/tig.1.html doc/tigrc.5 doc/tigrc.5.html
+ rm -f INSTALL.html NEWS.html README.html
dh_clean
dh_clean -k
dh_installdirs
+ # don't ship install instructions; README only links to them
+ rm -f INSTALL.html README.html
$(MAKE) install install-doc DESTDIR=$(CURDIR)/debian/tig
mkdir -p debian/tig/etc/bash_completion.d
dh_testdir
dh_testroot
dh_installchangelogs NEWS
- dh_installdocs BUGS manual.pdf
+ dh_installdocs BUGS doc/manual.pdf
dh_installexamples contrib/tigrc
dh_link
dh_strip