Changeset f852e706
- Timestamp:
- 06/02/2016 05:39:31 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 39045922
- Parents:
- 9377577
- Files:
-
- 2 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r9377577 rf852e706 36 36 NOCHUNKS_OUTPUT ?= blfs-book.html 37 37 DUMPDIR ?= ~/blfs-commands 38 BLFSHTML ?= blfs-html.xml 39 BLFSHTML2 ?= blfs-html2.xml 40 BLFSFULL ?= blfs-full.xml 38 41 else 39 42 BASEDIR ?= $(HOME)/public_html/blfs-systemd 40 43 NOCHUNKS_OUTPUT ?= blfs-sysd-book.html 41 44 DUMPDIR ?= ~/blfs-sysd-commands 45 BLFSHTML ?= blfs-systemd-html.xml 46 BLFSHTML2 ?= blfs-systemd-html2.xml 47 BLFSFULL ?= blfs-systemd-full.xml 48 42 49 endif 43 50 … … 49 56 50 57 html: $(BASEDIR)/index.html 51 $(BASEDIR)/index.html: $(RENDERTMP)/ blfs-html.xml58 $(BASEDIR)/index.html: $(RENDERTMP)/$(BLFSHTML) 52 59 @echo "Generating chunked XHTML files..." 53 60 $(Q)xsltproc --nonet \ … … 56 63 --stringparam base.dir $(BASEDIR)/ \ 57 64 stylesheets/blfs-chunked.xsl \ 58 $(RENDERTMP)/ blfs-html.xml65 $(RENDERTMP)/$(BLFSHTML) 59 66 60 67 @echo "Copying CSS code and images..." … … 83 90 84 91 nochunks: $(BASEDIR)/$(NOCHUNKS_OUTPUT) 85 $(BASEDIR)/$(NOCHUNKS_OUTPUT): $(RENDERTMP)/ blfs-html.xml92 $(BASEDIR)/$(NOCHUNKS_OUTPUT): $(RENDERTMP)/$(BLFSHTML) 86 93 @echo "Generating non-chunked XHTML file..." 87 94 $(Q)xsltproc --nonet \ … … 89 96 --output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \ 90 97 stylesheets/blfs-nochunks.xsl \ 91 $(RENDERTMP)/ blfs-html.xml98 $(RENDERTMP)/$(BLFSHTML) 92 99 93 100 @echo "Running Tidy and obfuscate.sh on non-chunked XHTML..." … … 103 110 clean: 104 111 @echo "Cleaning $(RENDERTMP)" 105 $(Q)rm -f $(RENDERTMP)/blfs-{full,html}.xml 106 $(Q)rm -f $(RENDERTMP)/blfs-{patch-list,patches} 107 108 validate: $(RENDERTMP)/blfs-full.xml 109 $(RENDERTMP)/blfs-full.xml: general.ent $(ALLXML) $(ALLXSL) 112 $(Q)rm -f $(RENDERTMP)/blfs* 113 114 validate: $(RENDERTMP)/$(BLFSFULL) 115 $(RENDERTMP)/$(BLFSFULL): general.ent $(ALLXML) $(ALLXSL) 110 116 $(Q)[ -d $(RENDERTMP) ] || mkdir -p $(RENDERTMP) 111 117 … … 113 119 $(Q)xsltproc --nonet \ 114 120 --xinclude \ 115 --output $(RENDERTMP)/ blfs-html2.xml\121 --output $(RENDERTMP)/$(BLFSHTML2) \ 116 122 --stringparam profile.revision $(REV) \ 117 123 stylesheets/lfs-xsl/profile.xsl \ … … 122 128 --noent \ 123 129 --postvalid \ 124 --output $(RENDERTMP)/ blfs-full.xml\125 $(RENDERTMP)/ blfs-html2.xml126 127 profile-html: $(RENDERTMP)/ blfs-html.xml128 $(RENDERTMP)/ blfs-html.xml: $(RENDERTMP)/blfs-full.xml130 --output $(RENDERTMP)/$(BLFSFULL) \ 131 $(RENDERTMP)/$(BLFSHTML2) 132 133 profile-html: $(RENDERTMP)/$(BLFSHTML) 134 $(RENDERTMP)/$(BLFSHTML): $(RENDERTMP)/$(BLFSFULL) 129 135 @echo "Generating profiled XML for XHTML..." 130 136 $(Q)xsltproc --nonet \ 131 137 --stringparam profile.condition html \ 132 --output $(RENDERTMP)/ blfs-html.xml\138 --output $(RENDERTMP)/$(BLFSHTML) \ 133 139 stylesheets/lfs-xsl/profile.xsl \ 134 $(RENDERTMP)/ blfs-full.xml140 $(RENDERTMP)/$(BLFSFULL) 135 141 136 142 blfs-patch-list: blfs-patches.sh … … 139 145 blfs-patches.sh > blfs-patch-list 140 146 141 blfs-patches.sh: $(RENDERTMP)/ blfs-full.xml147 blfs-patches.sh: $(RENDERTMP)/$(BLFSFULL) 142 148 @echo "Generating blfs patch script..." 143 149 $(Q)xsltproc --nonet \ 144 150 --output blfs-patches.sh \ 145 151 stylesheets/patcheslist.xsl \ 146 $(RENDERTMP)/ blfs-full.xml152 $(RENDERTMP)/$(BLFSFULL) 147 153 148 154 wget-list: $(BASEDIR)/wget-list 149 $(BASEDIR)/wget-list: $(RENDERTMP)/ blfs-full.xml155 $(BASEDIR)/wget-list: $(RENDERTMP)/$(BLFSFULL) 150 156 @echo "Generating wget list for $(REV) at $(BASEDIR)/wget-list ..." 151 157 $(Q)mkdir -p $(BASEDIR) … … 153 159 --output $(BASEDIR)/wget-list \ 154 160 stylesheets/wget-list.xsl \ 155 $(RENDERTMP)/ blfs-full.xml161 $(RENDERTMP)/$(BLFSFULL) 156 162 157 163 test-links: $(BASEDIR)/test-links 158 $(BASEDIR)/test-links: $(RENDERTMP)/ blfs-full.xml164 $(BASEDIR)/test-links: $(RENDERTMP)/$(BLFSFULL) 159 165 @echo "Generating test-links file..." 160 166 $(Q)mkdir -p $(BASEDIR) … … 163 169 --output $(BASEDIR)/test-links \ 164 170 stylesheets/wget-list.xsl \ 165 $(RENDERTMP)/ blfs-full.xml171 $(RENDERTMP)/$(BLFSFULL) 166 172 167 173 @echo "Checking URLs, first pass..." … … 197 203 fi 198 204 205 systemd-units: 206 @VERSION=`grep "systemd-units-version " general.ent | cut -d\" -f2`; \ 207 UNITS="blfs-systemd-units-$$VERSION"; \ 208 if [ ! -e $$UNITS.tar.xz ]; then \ 209 rm -rf $(RENDERTMP)/$$UNITS; \ 210 mkdir $(RENDERTMP)/$$UNITS; \ 211 cp -a ../systemd-units/* $(RENDERTMP)/$$UNITS; \ 212 tar -cJhf $$UNITS.tar.xz -C $(RENDERTMP) $$UNITS; \ 213 fi 214 199 215 dump-commands: $(DUMPDIR) 200 $(DUMPDIR): $(RENDERTMP)/ blfs-full.xml216 $(DUMPDIR): $(RENDERTMP)/$(BLFSFULL) 201 217 @echo "Dumping book commands..." 202 218 $(Q)xsltproc --output $(DUMPDIR)/ \ 203 219 stylesheets/dump-commands.xsl \ 204 $(RENDERTMP)/ blfs-full.xml220 $(RENDERTMP)/$(BLFSFULL) 205 221 $(Q)touch $(DUMPDIR) 206 222 207 223 .PHONY: blfs all world html nochunks tmpdir clean \ 208 224 validate profile-html blfs-patch-list wget-list test-links \ 209 dump-commands bootscripts 210 211 225 dump-commands bootscripts systemd-units 226 227 -
general.ent
r9377577 rf852e706 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 1"> <!-- Always 2 digits -->3 <!ENTITY day "02"> <!-- Always 2 digits --> 4 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "June 1st&year;">9 <!ENTITY releasedate "June 2nd &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 71 71 72 72 <!ENTITY blfs-bootscripts-version "20160415"> 73 <!ENTITY systemd-units-version "20160602"> 74 73 75 74 76 <!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki"> -
general/sysutils/sysutils.xml
r9377577 rf852e706 45 45 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="strigi.xml"/> --> 46 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysstat.xml"/> 47 48 <!-- systemd only --> 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd.xml"/> 50 47 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udisks.xml"/> 48 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udisks2.xml"/> -
introduction/important/bootscripts.xml
r9377577 rf852e706 6 6 ]> 7 7 8 <sect1 id="bootscripts" xreflabel="blfs-bootscripts-&blfs-bootscripts-version;" >8 <sect1 id="bootscripts" xreflabel="blfs-bootscripts-&blfs-bootscripts-version;" revision="sysv"> 9 9 <?dbhtml filename="bootscripts.html"?> 10 10 -
introduction/important/important.xml
r9377577 rf852e706 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="position.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="patches.xml"/> 28 29 <!-- sysv only --> 28 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bootscripts.xml"/> 31 32 <!-- systemd only --> 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd-units.xml"/> 34 29 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libraries.xml"/> 30 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="locale-issues.xml"/> -
introduction/welcome/changelog.xml
r9377577 rf852e706 44 44 45 45 --> 46 <listitem revision="systemd"> 47 <para>June 2nd, 2016</para> 48 <itemizedlist> 49 <listitem revision="systemd"> 50 <para>[dj] - Update to blfs-systemd-units-20160602.tar.xz.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 46 55 <listitem> 47 56 <para>June 1st, 2016</para> … … 96 105 <para>[igor] - Update to curl-7.49.1. Fixes 97 106 <ulink url="&blfs-ticket-root;7898">#7898</ulink>.</para> 107 </listitem> 108 <listitem revision="systemd"> 109 <para>[dj] - Update to systemd-230.</para> 98 110 </listitem> 99 111 </itemizedlist> -
packages.ent
r9377577 rf852e706 243 243 <!ENTITY strigi-version "0.7.8"> 244 244 <!ENTITY sysstat-version "11.3.4"> 245 <!ENTITY systemd-version "230"> 245 246 <!ENTITY udisks-version "1.0.5"> <!-- stable lt .90 micro version --> 246 247 <!ENTITY udisks2-version "2.1.7"> <!-- stable lt .90 micro version -->
Note:
See TracChangeset
for help on using the changeset viewer.