Changeset cace19a4


Ignore:
Timestamp:
05/24/2006 09:04:49 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
7acf5ca
Parents:
3d1e5a7
Message:

Fixed ID anchors

Location:
BLFS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BLFS/TODO

    r3d1e5a7 rcace19a4  
    33# Project TODO list
    44#
    5 # $Id:
     5# $Id$
    66#####
    77
    8 For now the code is able to do the first step for the new approach: to create 
    9 LFS-like books from BLFS sources, allowing to create linear build scrips and 
     8For now the code is able to do the first step for the new approach: to create
     9LFS-like books from BLFS sources, allowing to create linear build scrips and
    1010Makefiles similars to the current ones for {C,H}LFS.
    1111
    1212What remains to do:
    1313
    14 1. - To make the top-level blfs script functional. That script should to create 
     141. - To make the top-level blfs script functional. That script should to create
    1515       the working directory (selected at command line)
    16      a. Copy all BLFS/* files to it, 
    17      b. Fetch the BLFS sources (output directory selected at command line or 
    18           based on the book version), 
     16     a. Copy all BLFS/* files to it,
     17     b. Fetch the BLFS sources (output directory selected at command line or
     18          based on the book version),
    1919     c. Run the packages.sh script.
    20  
     20
    21212. - To develop the XSL code needed to create the build scripts.
    2222
    23233. - To develop the code to create the Makefile
    2424
    25 4. - To find a way to track already installed packages by previous runs, to can 
     254. - To find a way to track already installed packages by previous runs, to can
    2626       skip them when creating the book/scripts/Makefile for a new target.
    2727
  • BLFS/func_makefile

    r3d1e5a7 rcace19a4  
    11#####
    22#
    3 #
    43#
    5 # $Id:
     4#
     5# $Id$
    66#####
  • BLFS/func_parser

    r3d1e5a7 rcace19a4  
     1#!/bin/bash
    12#####
    23#
    34# Parse the XML documents to create a 'package' book
    45#
    5 # $Id:
     6# $Id$
    67#####
    78
     
    2122inline_doc
    2223
    23   local 
     24  local
    2425  echo -en "\tGenerating $TARGET-index.xml ..."
    2526
     
    9697
    9798  local filename # output filename
    98  
     99
    99100  echo -en  "\tGenerating the HTML book ..."
    100101  xsltproc --xinclude --nonet --stringparam base.dir HTML/ \
     
    119120
    120121#-------------------------#
    121 create_build_scripts() {  # 
     122create_build_scripts() {  #
    122123#-------------------------#
    123124: <<inline_doc
    124     function:   
     125    function:
    125126    input vars: nothing
    126127    externals:  none
    127     modifies:   nothing   
     128    modifies:   nothing
    128129    returns:    nothing
    129130    output:     none
Note: See TracChangeset for help on using the changeset viewer.