[csw-devel] SF.net SVN: gar:[20460] csw/mgar/pkg/org-mode/trunk
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Fri Mar 15 09:32:45 CET 2013
Revision: 20460
http://gar.svn.sourceforge.net/gar/?rev=20460&view=rev
Author: pfelecan
Date: 2013-03-15 08:32:44 +0000 (Fri, 15 Mar 2013)
Log Message:
-----------
org-mode/trunk: installation fine tuning
Modified Paths:
--------------
csw/mgar/pkg/org-mode/trunk/Makefile
Removed Paths:
-------------
csw/mgar/pkg/org-mode/trunk/files/README.CSW
Modified: csw/mgar/pkg/org-mode/trunk/Makefile
===================================================================
--- csw/mgar/pkg/org-mode/trunk/Makefile 2013-03-14 22:20:16 UTC (rev 20459)
+++ csw/mgar/pkg/org-mode/trunk/Makefile 2013-03-15 08:32:44 UTC (rev 20460)
@@ -15,7 +15,6 @@
WORKSRC = $(WORKDIR)/$(NAME_PREFIX)-$(VERSION)
PATCHDIR = $(WORKSRC)
DISTFILES = $(NAME_PREFIX)-$(VERSION).tar.gz
-DISTFILES += README.CSW
DISTFILES += COPYING
DISTFILES += local.mk
@@ -25,9 +24,9 @@
BUILD_DEP_PKGS += CSWtexinfo
CONFIGURE_SCRIPTS =
+# skiping the tests because the scripts are supplied only in
+# repository snapshots but not in the distributed sources
TEST_SCRIPTS =
-INSTALL_SCRIPTS = nominal
-INSTALL_SCRIPTS += info
ARCHALL = 1
RUNTIME_DEP_PKGS += CSWemacs
@@ -35,7 +34,7 @@
CHECKPKG_OVERRIDES_CSWorg-mode += missing-dependency|CSWemacscommon
CHECKPKG_OVERRIDES_CSWorg-mode += file-with-bad-content|/usr/local|root/opt/csw/share/org-mode/lisp/htmlize.el
-# EXTRA_TEXINFO = $(infodir)/.*
+EXTRA_TEXINFO = $(infodir)/.*
include gar/category.mk
@@ -43,14 +42,7 @@
pre-build-modulated:
cp $(WORKDIR)/local.mk $(WORKSRC)
-install-nominal:
- cd $(WORKSRC) && /usr/bin/env -i $(INSTALL_ENV) && $(MAKE) -C $(OBJDIR) $(INSTALL_ARGS) DESTDIR=$(DESTDIR) install
- $(MAKECOOKIE)
-install-info:
- cd $(WORKSRC) && /usr/bin/env -i $(INSTALL_ENV) && $(MAKE) -C $(OBJDIR) $(INSTALL_ARGS) DESTDIR=$(DESTDIR) install-info
- $(MAKECOOKIE)
-
post-install-modulated: pkgdoc = $(docdir)/$(NAME)
post-install-modulated: source = $(WORKSRC)/doc
post-install-modulated: contrib = $(sharedstatedir)/$(NAME)
Deleted: csw/mgar/pkg/org-mode/trunk/files/README.CSW
===================================================================
--- csw/mgar/pkg/org-mode/trunk/files/README.CSW 2013-03-14 22:20:16 UTC (rev 20459)
+++ csw/mgar/pkg/org-mode/trunk/files/README.CSW 2013-03-15 08:32:44 UTC (rev 20460)
@@ -1,5 +0,0 @@
-To enable contributed extensions to org-mode, simply add
-"/opt/csw/share/org-mode/lisp" to your load-path, for instance in your
-.emacs with:
-
- (setq load-path (cons "/opt/csw/share/org-mode/lisp" load-path))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list