[csw-devel] SF.net SVN: gar:[18638] csw/mgar/pkg/tex_metauml/trunk

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Thu Jul 5 09:15:13 CEST 2012


Revision: 18638
          http://gar.svn.sourceforge.net/gar/?rev=18638&view=rev
Author:   pfelecan
Date:     2012-07-05 07:15:12 +0000 (Thu, 05 Jul 2012)
Log Message:
-----------
tex_metauml/trunk:
- completed installation
- add pointer toward the documentation place

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

Added Paths:
-----------
    csw/mgar/pkg/tex_metauml/trunk/files/README.CSW

Modified: csw/mgar/pkg/tex_metauml/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tex_metauml/trunk/Makefile	2012-07-05 07:07:11 UTC (rev 18637)
+++ csw/mgar/pkg/tex_metauml/trunk/Makefile	2012-07-05 07:15:12 UTC (rev 18638)
@@ -14,6 +14,7 @@
 MASTER_SITES	=	$(SF_MIRRORS)
 SF_PROJ			=	metauml
 DISTFILES		=	$(DISTNAME)_$(VERSION).tgz
+DISTFILES		+=	README.CSW
 
 CONFIGURE_SCRIPTS	=
 BUILD_SCRIPTS		=
@@ -37,37 +38,7 @@
 install-custom: source = $(WORKSRC)/thrunk
 install-custom:
 	ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_activity.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_base.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_behavioral_common.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_class.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_class_assoc.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_class_clipart.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_class_relations.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_defaults.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_instance.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_links.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_note.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_package.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_package_relations.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_paths.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_skin_simple.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_state.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_stereotype.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_templates.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_usecase.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_usecase_clipart.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_commons.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_group.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_infrastructure.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_log.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_margins.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_object.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_picture.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_picture_stack.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_positioning.mp $(DESTDIR)/$(pkgtexmf)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_shade.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/*.mp $(DESTDIR)/$(pkgtexmf)
 	ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(pkgdoc)
 	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/version.txt $(DESTDIR)/$(pkgdoc)
 	$(MAKECOOKIE)

Added: csw/mgar/pkg/tex_metauml/trunk/files/README.CSW
===================================================================
--- csw/mgar/pkg/tex_metauml/trunk/files/README.CSW	                        (rev 0)
+++ csw/mgar/pkg/tex_metauml/trunk/files/README.CSW	2012-07-05 07:15:12 UTC (rev 18638)
@@ -0,0 +1,11 @@
+$Id: README.CSW 18561 2012-06-27 09:38:38Z pfelecan $
+
+The documentation is installed in the standard TeX tree, i.e.,
+/opt/csw/share/texmf-local.
+
+CSW Team
+
+# Local Variables:
+# mode: text
+# mode: font-lock
+# End:

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