Changeset 56178ba


Ignore:
Timestamp:
03/12/2017 01:20:02 PM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, trunk
Children:
f4a3b0c
Parents:
240b1a8
Message:

Add a few forgotten keywords properties

Location:
BLFS
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen-special.sh

    r240b1a8 r56178ba  
    11#!/bin/bash
    22
    3 # $Id: gen-special.sh 21 2012-02-16 15:06:19Z labastie $
     3# $Id$
    44
    55#-------------------------------------------------------------------------
  • BLFS/xsl/bump.xsl

    r240b1a8 r56178ba  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!-- $Id: bump.xsl 21 2012-02-16 15:06:19Z labastie $ -->
     3<!-- $Id$ -->
    44
    55<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • BLFS/xsl/dependencies.xsl

    r240b1a8 r56178ba  
    11<?xml version="1.0"?>
    22
    3 <!-- $Id: dependencies.xsl 24 2012-02-16 15:26:15Z labastie $ -->
     3<!-- $Id$ -->
    44
    55<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • BLFS/xsl/gen_config.xsl

    r240b1a8 r56178ba  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!-- $Id: gen_config.xsl 21 2012-02-16 15:06:19Z labastie $ -->
     3<!-- $Id$ -->
    44
    55<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • BLFS/xsl/gen_pkg_list.xsl

    r240b1a8 r56178ba  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!-- $Id: gen_pkg_list.xsl 21 2012-02-16 15:06:19Z labastie $ -->
     3<!-- $Id$ -->
    44<!-- Takes the blfs-full.xml file and extract a list
    55     of packages obeying packdesc.dtd + looks for already
  • BLFS/xsl/make_book.xsl

    r240b1a8 r56178ba  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!-- $Id: make_book.xsl 31 2012-02-19 08:25:04Z labastie $ -->
     3<!-- $Id$ -->
    44
    55<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  • BLFS/xsl/scripts.xsl

    r240b1a8 r56178ba  
    66    version="1.0">
    77
    8 <!-- $Id: scripts.xsl 34 2012-02-21 16:05:09Z labastie $ -->
     8<!-- $Id$ -->
    99
    1010<!-- XSLT stylesheet to create shell scripts from "linear build" BLFS books. -->
Note: See TracChangeset for help on using the changeset viewer.