Changeset 9c12e42
- Timestamp:
- 05/16/2004 01:45:10 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 8cfd1f9
- Parents:
- 81679dd6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r81679dd6 r9c12e42 8 8 DOCBOOK = /usr/share/sgml/docbook/dsssl-stylesheets-1.78 9 9 BASEDIR= $(HOME)/public_html/blfs-book-xsl/ 10 TEXBASEDIR= $(HOME)/public_html/blfs-book-tex 10 TEXBASEDIR= $(HOME)/public_html/blfs-book-tex/ 11 11 12 12 SRCDIR = $(PWD) … … 57 57 index.xml 58 58 sed -i -e "s/inherit/all/" blfs.fo 59 fop.sh blfs.fo blfs.pdf 59 /opt/fop/fop.sh blfs.fo blfs.pdf 60 $(INSTALL) -d $(BASEDIR)pdf 61 rm blfs.fo 62 mv blfs.pdf $(BASEDIR)pdf 60 63 61 64 print: … … 63 66 stylesheets/blfs-print.xsl index.xml 64 67 sed -i -e "s/inherit/all/" blfs-print.fo 65 fop.sh blfs-print.fo blfs-print.pdf 68 /opt/fop/fop.sh blfs-print.fo blfs-print.pdf 69 $(INSTALL) -d $(BASEDIR)print 70 rm blfs-print.fo 71 mv blfs-print.pdf $(BASEDIR)print 66 72 67 73 tex: … … 75 81 # Using profiles in book source to exclude parts of the book from TeX 76 82 # i.e. Changelog 77 xsltproc --nonet --output $(TEXBASEDIR) /index.xml \83 xsltproc --nonet --output $(TEXBASEDIR)index.xml \ 78 84 --stringparam "profile.role" "book" \ 79 85 http://docbook.sourceforge.net/release/xsl/current/profiling/profile.xsl \ 80 86 index.xml 81 87 @cd $(TEXBASEDIR) && xsltproc --nonet -o blfs-book.tex \ 82 $(SRCDIR)/stylesheets/ lfs-tex.xsl index.xml88 $(SRCDIR)/stylesheets/blfs-tex.xsl index.xml 83 89 84 90 validate: -
basicnet/netutils/whois/whois.ent
r81679dd6 r9c12e42 5 5 <!ENTITY whois-version "4.6.14"> 6 6 <!ENTITY whois-download-http "http://www.linux.it/~md/software/whois_&whois-version;.tar.gz"> 7 <!ENTITY whois-download-ftp " ">7 <!ENTITY whois-download-ftp " "> 8 8 <!ENTITY whois-size "34 KB"> 9 9 <!ENTITY whois-buildsize "328 KB">
Note:
See TracChangeset
for help on using the changeset viewer.