texlive[42176] U trunk/Build/source/texk/gregorio: do not use

commits+karl at tug.org commits+karl at tug.org
Thu Sep 29 01:39:56 CEST 2016


Revision: 42176
          http://tug.org/svn/texlive?view=revision&revision=42176
Author:   karl
Date:     2016-09-29 01:39:56 +0200 (Thu, 29 Sep 2016)
Log Message:
-----------
do not use FILENAME_VERSION, as with TL16

Modified Paths:
--------------
    trunk/Build/source/texk/gregorio/ChangeLog
    trunk/Build/source/texk/gregorio/Makefile.am
    trunk/Build/source/texk/gregorio/configure.ac
    trunk/Build/source/texk/gregorio/gregorio.test

Property Changed:
----------------
    trunk/Build/source/texk/gregorio/Makefile.am
    trunk/Build/source/texk/gregorio/configure.ac
    trunk/Build/source/texk/gregorio/gregorio.test

Modified: trunk/Build/source/texk/gregorio/ChangeLog
===================================================================
--- trunk/Build/source/texk/gregorio/ChangeLog	2016-09-28 22:26:31 UTC (rev 42175)
+++ trunk/Build/source/texk/gregorio/ChangeLog	2016-09-28 23:39:56 UTC (rev 42176)
@@ -1,3 +1,9 @@
+2016-09-29  Karl Berry  <karl at tug.org>
+
+	* Makefile.am (bin_PROGRAMS): just "gregorio" (same as TL'16).
+	* configure.ac (FILENAME_VERSION): no need to define for TL.
+	* gregorio.test (gregorio): do not use $FILENAME_VERSION.
+
 2016-09-25  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
 
 	Import gregorio-4.2.0.

Modified: trunk/Build/source/texk/gregorio/Makefile.am
===================================================================
--- trunk/Build/source/texk/gregorio/Makefile.am	2016-09-28 22:26:31 UTC (rev 42175)
+++ trunk/Build/source/texk/gregorio/Makefile.am	2016-09-28 23:39:56 UTC (rev 42176)
@@ -1,6 +1,8 @@
+## $Id$
 ## Makefile.am for the TeX Live subdirectory texk/gregorio/
 ##
-## Copyright (C) 2015 Peter Breitenlohner <tex-live at tug.org>
+## Copyright 2016 Karl Berry <tex-live at tug.org>
+## Copyright 2015 Peter Breitenlohner <tex-live at tug.org>
 ## You may freely use, modify and/or distribute this file.
 ##
 ## We want to re-distribute the whole original gregorio source tree.
@@ -20,7 +22,7 @@
 	$(KPATHSEA_INCLUDES) -D_GNU_SOURCE -DUSE_KPSE
 AM_CFLAGS = $(WARNING_CFLAGS)
 
-bin_PROGRAMS = gregorio-$(FILENAME_VERSION)
+bin_PROGRAMS = gregorio
 
 gregorio_SOURCES = \
 	@GREGORIO_TREE@/src/characters.c \


Property changes on: trunk/Build/source/texk/gregorio/Makefile.am
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id
\ No newline at end of property
Modified: trunk/Build/source/texk/gregorio/configure.ac
===================================================================
--- trunk/Build/source/texk/gregorio/configure.ac	2016-09-28 22:26:31 UTC (rev 42175)
+++ trunk/Build/source/texk/gregorio/configure.ac	2016-09-28 23:39:56 UTC (rev 42176)
@@ -1,3 +1,4 @@
+dnl $Id$
 dnl Process this file with autoconf to produce a configure script.
 dnl
 dnl   Copyright 2016 Karl Berry <tex-live at tug.org>
@@ -9,9 +10,6 @@
 dnl
 m4_include([version.ac])[] dnl define gregorio_version
 AC_INIT([Gregorio (TeX Live)], gregorio_version, [tex-k at tug.org], [gregorio--tex-live-], [http://gregorio-project.github.io/])
-FILENAME_VERSION="4_2_0"
-AC_SUBST(FILENAME_VERSION)
-AC_DEFINE_UNQUOTED(FILENAME_VERSION, "$FILENAME_VERSION", [version suitable for file names])
 AC_PREREQ([2.65])
 AC_CONFIG_SRCDIR([gregorio-src/src/gregorio-utils.c])
 AC_CONFIG_AUX_DIR([../../build-aux])


Property changes on: trunk/Build/source/texk/gregorio/configure.ac
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id
\ No newline at end of property
Modified: trunk/Build/source/texk/gregorio/gregorio.test
===================================================================
--- trunk/Build/source/texk/gregorio/gregorio.test	2016-09-28 22:26:31 UTC (rev 42175)
+++ trunk/Build/source/texk/gregorio/gregorio.test	2016-09-28 23:39:56 UTC (rev 42176)
@@ -1,6 +1,7 @@
 #! /bin/sh
-
-# Copyright (C) 2015 Peter Breitenlohner <tex-live at tug.org>
+# $Id$
+# Copyright 2016 Karl Berry <tex-live at tug.org>
+# Copyright 2015 Peter Breitenlohner <tex-live at tug.org>
 # You may freely use, modify and/or distribute this file.
 
 TEXMFCNF=$srcdir/../kpathsea
@@ -9,7 +10,7 @@
 
 DOCSRC=$srcdir/$GREGORIO_TREE/doc
 
-gregorio=gregorio-$FILENAME_VERSION
+gregorio=gregorio
 
 failed=
 


Property changes on: trunk/Build/source/texk/gregorio/gregorio.test
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id
\ No newline at end of property


More information about the tex-live-commits mailing list