SF.net SVN: gar:[22581] csw/mgar/pkg/libmaa/trunk/Makefile

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Tue Nov 26 11:51:41 CET 2013


Revision: 22581
          http://gar.svn.sourceforge.net/gar/?rev=22581&view=rev
Author:   pfelecan
Date:     2013-11-26 10:51:41 +0000 (Tue, 26 Nov 2013)
Log Message:
-----------
libmaa/trunk: re-introduced the documentation build step as the
TeXLive issue was solved.

Modified Paths:
--------------
    csw/mgar/pkg/libmaa/trunk/Makefile

Modified: csw/mgar/pkg/libmaa/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libmaa/trunk/Makefile	2013-11-26 06:25:29 UTC (rev 22580)
+++ csw/mgar/pkg/libmaa/trunk/Makefile	2013-11-26 10:51:41 UTC (rev 22581)
@@ -53,23 +53,21 @@
 
 PATH := /opt/csw/gnu:$(PATH)
 
-# # 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)
+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) -C $(OBJDIR) test
 	$(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)
+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