Author: pierre Date: Sun Mar 12 06:20:02 2017 New Revision: 3912 Log: Add a few forgotten keywords properties
Modified: jhalfs/trunk/BLFS/gen-special.sh (contents, props changed) jhalfs/trunk/BLFS/xsl/bump.xsl (contents, props changed) jhalfs/trunk/BLFS/xsl/dependencies.xsl (contents, props changed) jhalfs/trunk/BLFS/xsl/gen_config.xsl (contents, props changed) jhalfs/trunk/BLFS/xsl/gen_pkg_list.xsl (contents, props changed) jhalfs/trunk/BLFS/xsl/make_book.xsl (contents, props changed) jhalfs/trunk/BLFS/xsl/scripts.xsl (contents, props changed) Modified: jhalfs/trunk/BLFS/gen-special.sh ============================================================================== --- jhalfs/trunk/BLFS/gen-special.sh Sun Mar 12 04:41:59 2017 (r3911) +++ jhalfs/trunk/BLFS/gen-special.sh Sun Mar 12 06:20:02 2017 (r3912) @@ -1,6 +1,6 @@ #!/bin/bash -# $Id: gen-special.sh 21 2012-02-16 15:06:19Z labastie $ +# $Id$ #------------------------------------------------------------------------- # generates an xsl stylesheet containing a template for special Modified: jhalfs/trunk/BLFS/xsl/bump.xsl ============================================================================== --- jhalfs/trunk/BLFS/xsl/bump.xsl Sun Mar 12 04:41:59 2017 (r3911) +++ jhalfs/trunk/BLFS/xsl/bump.xsl Sun Mar 12 06:20:02 2017 (r3912) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!-- $Id: bump.xsl 21 2012-02-16 15:06:19Z labastie $ --> +<!-- $Id$ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> Modified: jhalfs/trunk/BLFS/xsl/dependencies.xsl ============================================================================== --- jhalfs/trunk/BLFS/xsl/dependencies.xsl Sun Mar 12 04:41:59 2017 (r3911) +++ jhalfs/trunk/BLFS/xsl/dependencies.xsl Sun Mar 12 06:20:02 2017 (r3912) @@ -1,6 +1,6 @@ <?xml version="1.0"?> -<!-- $Id: dependencies.xsl 24 2012-02-16 15:26:15Z labastie $ --> +<!-- $Id$ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> Modified: jhalfs/trunk/BLFS/xsl/gen_config.xsl ============================================================================== --- jhalfs/trunk/BLFS/xsl/gen_config.xsl Sun Mar 12 04:41:59 2017 (r3911) +++ jhalfs/trunk/BLFS/xsl/gen_config.xsl Sun Mar 12 06:20:02 2017 (r3912) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!-- $Id: gen_config.xsl 21 2012-02-16 15:06:19Z labastie $ --> +<!-- $Id$ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> Modified: jhalfs/trunk/BLFS/xsl/gen_pkg_list.xsl ============================================================================== --- jhalfs/trunk/BLFS/xsl/gen_pkg_list.xsl Sun Mar 12 04:41:59 2017 (r3911) +++ jhalfs/trunk/BLFS/xsl/gen_pkg_list.xsl Sun Mar 12 06:20:02 2017 (r3912) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!-- $Id: gen_pkg_list.xsl 21 2012-02-16 15:06:19Z labastie $ --> +<!-- $Id$ --> <!-- Takes the blfs-full.xml file and extract a list of packages obeying packdesc.dtd + looks for already installed packages in the tracking file (stringparam Modified: jhalfs/trunk/BLFS/xsl/make_book.xsl ============================================================================== --- jhalfs/trunk/BLFS/xsl/make_book.xsl Sun Mar 12 04:41:59 2017 (r3911) +++ jhalfs/trunk/BLFS/xsl/make_book.xsl Sun Mar 12 06:20:02 2017 (r3912) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!-- $Id: make_book.xsl 31 2012-02-19 08:25:04Z labastie $ --> +<!-- $Id$ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> Modified: jhalfs/trunk/BLFS/xsl/scripts.xsl ============================================================================== --- jhalfs/trunk/BLFS/xsl/scripts.xsl Sun Mar 12 04:41:59 2017 (r3911) +++ jhalfs/trunk/BLFS/xsl/scripts.xsl Sun Mar 12 06:20:02 2017 (r3912) @@ -5,7 +5,7 @@ extension-element-prefixes="exsl" version="1.0"> -<!-- $Id: scripts.xsl 34 2012-02-21 16:05:09Z labastie $ --> +<!-- $Id$ --> <!-- XSLT stylesheet to create shell scripts from "linear build" BLFS books. --> -- http://lists.linuxfromscratch.org/listinfo/alfs-log Unsubscribe: See the above information page
