From e32a45ed36d6000db4b39171149072d11b77af72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Delafond?= Date: Sun, 13 Jul 2014 13:35:27 +0200 Subject: Imported Upstream version 8.0.7 --- debian/rules | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules deleted file mode 100755 index e136dd6..0000000 --- a/debian/rules +++ /dev/null @@ -1,52 +0,0 @@ -#! /usr/bin/make -f - -DOC_TMP_FILES := doc/org.aux doc/org.cp doc/org.cps doc/org.fn \ - doc/org.fns doc/org.ky doc/org.kys \ - doc/org.log doc/org.pg doc/org.toc doc/org.tp \ - -DOC_FILES := doc/*pdf - -clean: - dh_testdir - dh_testroot - dh_clean - rm -f $(DOC_FILES) $(DOC_TMP_FILES) - -build build-indep build-arch: - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - cp lisp/* $(CURDIR)/debian/org-mode/usr/share/emacs/site-lisp/org-mode - 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 - 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 "{}" \; - find $(CURDIR)/debian/org-mode/usr/share/org-mode/ -name .DS_Store -exec rm -f "{}" \; - find $(CURDIR)/debian/org-mode/usr/share/org-mode/ -name .gitignore -exec rm -f "{}" \; - -binary-indep: install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs doc/* - rm -f $(CURDIR)/debian/org-mode/usr/share/doc/org-mode/*texi* - dh_installemacsen -v - dh_fixperms - dh_installinfo doc/org - dh_compress - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -binary-arch: build-arch - -binary: binary-indep binary-arch - -.PHONY: build clean build-indep build-arch binary binary-indep binary-arch -- cgit v1.2.3