SF.net SVN: gar:[22566] csw/mgar/pkg/libmaa/trunk/Makefile
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Fri Nov 22 16:10:47 CET 2013
Revision: 22566
http://gar.svn.sourceforge.net/gar/?rev=22566&view=rev
Author: pfelecan
Date: 2013-11-22 15:10:46 +0000 (Fri, 22 Nov 2013)
Log Message:
-----------
libmaa/trunk: postpone documentation addition until solving TeXLive issues.
Modified Paths:
--------------
csw/mgar/pkg/libmaa/trunk/Makefile
Modified: csw/mgar/pkg/libmaa/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libmaa/trunk/Makefile 2013-11-21 16:29:31 UTC (rev 22565)
+++ csw/mgar/pkg/libmaa/trunk/Makefile 2013-11-22 15:10:46 UTC (rev 22566)
@@ -53,21 +53,23 @@
PATH := /opt/csw/gnu:$(PATH)
-post-build:
- cd $(WORKSRC)/doc && \
- /usr/bin/env -i $(BUILD_ENV) && \
- $(MAKE)
- cd $(WORKSRC)/doc && \
- /usr/bin/env -i $(BUILD_ENV) && \
- dvipdf $(NAME).dvi $(NAME).pdf
- @$(MAKECOOKIE)
+# # TODO: postponed until I solve the issue with texlive /var directories
+# post-build:
+# cd $(WORKSRC)/doc && \
+# /usr/bin/env -i $(BUILD_ENV) && \
+# $(MAKE)
+# cd $(WORKSRC)/doc && \
+# /usr/bin/env -i $(BUILD_ENV) && \
+# dvipdf $(NAME).dvi $(NAME).pdf
+# @$(MAKECOOKIE)
test-custom:
- cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) -i -k -C $(OBJDIR) test
+ cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) -C $(OBJDIR) test
$(MAKECOOKIE)
-post-install: pkgdocdir = $(docdir)/$(NAME)_dev
-post-install:
- ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)$(pkgdocdir)
- ginstall --preserve-timestamps --mode=u=rwx,go=r $(WORKSRC)/doc/$(NAME).pdf $(DESTDIR)$(pkgdocdir)
- @$(MAKECOOKIE)
+# # TODO: postponed until I solve the issue with texlive /var directories
+# post-install: pkgdocdir = $(docdir)/$(NAME)_dev
+# post-install:
+# ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)$(pkgdocdir)
+# ginstall --preserve-timestamps --mode=u=rwx,go=r $(WORKSRC)/doc/$(NAME).pdf $(DESTDIR)$(pkgdocdir)
+# @$(MAKECOOKIE)
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