Changeset 1881a5b for Makefile


Ignore:
Timestamp:
06/05/2005 06:51:46 PM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0efab06
Parents:
0dfb754
Message:

Added bluefish from patch from theOldFellow; updated Makefile and README

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4548 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r0dfb754 r1881a5b  
    2020                echo "Envar BASEDIR is not set!" ; \
    2121                exit 1 ; \
    22                 fi
     22        fi
    2323        @echo "Generating XHTML Version of BLFS Book with xsltproc..."
    2424        @echo "  BASEDIR = $(BASEDIR)"
     
    4242        xsltproc --xinclude --nonet -stringparam profile.condition html \
    4343        --output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \
    44           stylesheets/blfs-nochunks.xsl index.xml
     44        stylesheets/blfs-nochunks.xsl index.xml
    4545
    4646        tidy -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true
     
    5151pdf:
    5252        xsltproc --xinclude --nonet --output blfs.fo \
    53         stylesheets/blfs-pdf.xsl \
    54           index.xml
     53          stylesheets/blfs-pdf.xsl index.xml
    5554        sed -i -e "s/inherit/all/" blfs.fo
    5655        fop.sh blfs.fo blfs.pdf
     
    5958        mv blfs.pdf $(BASEDIR)pdf
    6059
    61 print:
    62         xsltproc --xinclude --nonet --output blfs-print.fo \
    63         stylesheets/blfs-print.xsl index.xml
    64         sed -i -e "s/inherit/all/" blfs-print.fo
    65         fop.sh blfs-print.fo blfs-print.pdf
    66         $(INSTALL) -d $(BASEDIR)print
    67         rm blfs-print.fo
    68         mv blfs-print.pdf $(BASEDIR)print
    69 
    7060tex:
    7161        @if [ -z $(TEXBASEDIR) ]; then \
    72                 echo "Envar TEXBASEDIR is not set!" ; \
    73                 exit 1 ; \
    74                 fi
     62       echo "Envar TEXBASEDIR is not set!" ; \
     63       exit 1 ; \
     64    fi
    7565        @echo "Generating TeX Version of BLFS Book with xsltproc..."
    7666        @echo "  TEXBASEDIR = $(TEXBASEDIR)"
     
    7969# i.e., Changelog
    8070        xsltproc --nonet --output $(TEXBASEDIR)index.xml \
    81         --stringparam "profile.role" "book" \
     71        --stringparam "profile.role" "book" \
    8272        http://docbook.sourceforge.net/release/xsl/current/profiling/profile.xsl \
    83         index.xml
     73            index.xml
    8474        @cd $(TEXBASEDIR) && xsltproc --nonet -o blfs-book.tex \
    85         $(SRCDIR)/stylesheets/blfs-tex.xsl index.xml
     75            $(SRCDIR)/stylesheets/blfs-tex.xsl index.xml
    8676
    8777validate:
Note: See TracChangeset for help on using the changeset viewer.