diff options
author | Sebastien Delafond <seb@debian.org> | 2013-08-11 16:27:56 +0200 |
---|---|---|
committer | Sébastien Delafond <sdelafond@gmail.com> | 2014-07-13 13:35:27 +0200 |
commit | 53b246b7d66bfa03ab9bcf47d4647913b401e3d6 (patch) | |
tree | b5ea4e732c2219456d13048feb05b37b22a76391 /debian/rules | |
parent | 8606e2621fc00fd8b334a06924aeef3aab7a2e4d (diff) | |
parent | e32a45ed36d6000db4b39171149072d11b77af72 (diff) |
Imported Debian patch 8.0.7-1
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index e136dd6..9b1cac5 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ install: build cp -r etc $(CURDIR)/debian/org-mode/usr/share/emacs/site-lisp/org-mode # cp xemacs/*.el $(CURDIR)/debian/org-mode/usr/share/xemacs/site-lisp/org-mode cp -r contrib $(CURDIR)/debian/org-mode/usr/share/org-mode/ - make doc +# make doc rm -f $(DOC_TMP_FILES) find $(CURDIR)/debian/org-mode/usr/share/org-mode/ -type f -exec chmod 644 "{}" \; find $(CURDIR)/debian/org-mode/usr/share/emacs/site-lisp/org-mode -type f -exec chmod 644 "{}" \; @@ -34,11 +34,11 @@ binary-indep: install dh_testdir dh_testroot dh_installchangelogs - dh_installdocs doc/* + dh_installdocs rm -f $(CURDIR)/debian/org-mode/usr/share/doc/org-mode/*texi* dh_installemacsen -v dh_fixperms - dh_installinfo doc/org +# dh_installinfo doc/org dh_compress dh_installdeb dh_gencontrol |