Added Id key to some file to see in what of them is expanded and in what not.
This commit is contained in:
parent
075115aebd
commit
a46ada0369
5 changed files with 9 additions and 1 deletions
|
@ -5,6 +5,8 @@
|
||||||
extension-element-prefixes="exsl"
|
extension-element-prefixes="exsl"
|
||||||
version="1.0">
|
version="1.0">
|
||||||
|
|
||||||
|
<!-- $Id$ -->
|
||||||
|
|
||||||
<!-- XSLT stylesheet to create shell scripts from BLFS books. -->
|
<!-- XSLT stylesheet to create shell scripts from BLFS books. -->
|
||||||
|
|
||||||
<!-- Run optional test suites? -->
|
<!-- Run optional test suites? -->
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
#
|
#
|
||||||
# Configuration file for the blfs module
|
# Configuration file for the blfs module
|
||||||
#
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
#####
|
#####
|
||||||
|
|
||||||
#--- Book's sources directory
|
#--- Book's sources directory
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# $Id$
|
||||||
|
|
||||||
#----------------------------#
|
#----------------------------#
|
||||||
build_Makefile() {
|
build_Makefile() {
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
#
|
#
|
||||||
# Configuration file for the LFS module
|
# Configuration file for the LFS module
|
||||||
#
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
#####
|
#####
|
||||||
declare -r HTTP=http://ftp.lfs-matrix.net/pub/lfs/conglomeration
|
declare -r HTTP=http://ftp.lfs-matrix.net/pub/lfs/conglomeration
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# $Id$
|
||||||
|
|
||||||
###################################
|
###################################
|
||||||
### FUNCTIONS ###
|
### FUNCTIONS ###
|
||||||
|
|
Reference in a new issue