Changeset 0461254
- Timestamp:
- 02/24/2014 09:49:43 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 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, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- c8a33e3
- Parents:
- bb36a133
- Location:
- general/prog
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/guile.xml
rbb36a133 r0461254 36 36 </para> 37 37 38 &lfs7 4_checked;38 &lfs75_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> … … 99 99 </para> 100 100 101 <screen><userinput>./configure --prefix=/usr --disable-static && 101 <screen><userinput>./configure --prefix=/usr \ 102 --disable-static \ 103 --docdir=/usr/share/doc/guile-&guile-version; && 102 104 make && 103 105 make html && … … 107 109 108 110 <para> 109 If you have <xref linkend="texlive"/> installed and wish to build alternate 110 formats (PDF and postscript) of the documentation, issue the following 111 commands: 112 </para> 113 114 <screen><userinput>for DIRNAME in r5rs ref 115 do make -k -C doc/${DIRNAME} pdf ps 111 To test the results, issue: <command>make check</command>. 112 </para> 113 114 <para> 115 Now, as the <systemitem class="username">root</systemitem> user: 116 </para> 117 118 <screen role="root"><userinput>make install && 119 make install-html && 120 121 mv /usr/share/doc/guile-&guile-version;/{guile.html,ref} && 122 mv /usr/share/doc/guile-&guile-version;/r5rs{.html,} && 123 124 find examples -name "Makefile*" -exec rm {} \; && 125 cp -vR examples /usr/share/doc/guile-&guile-version; && 126 127 for DIRNAME in r5rs ref 128 do 129 install -v -m644 doc/${DIRNAME}/*.txt \ 130 /usr/share/doc/guile-&guile-version;/${DIRNAME} 116 131 done && 117 132 unset DIRNAME</userinput></screen> 118 119 <para>120 To test the results, issue: <command>make check</command>.121 </para>122 123 <para>124 Now, as the <systemitem class="username">root</systemitem> user:125 </para>126 127 <screen role="root"><userinput>make install &&128 129 find examples -name "Makefile*" -exec rm {} \; &&130 install -v -dm755 /usr/share/doc/guile-&guile-version; &&131 cp -vR examples /usr/share/doc/guile-&guile-version; &&132 133 for DIRNAME in r5rs ref134 do135 install -v -dm755 /usr/share/doc/guile-&guile-version;/${DIRNAME} &&136 install -v -m644 doc/${DIRNAME}/*.txt \137 /usr/share/doc/guile-&guile-version;/${DIRNAME} &&138 if [ -d doc/${DIRNAME}/${DIRNAME}.html ]; then139 cp -Rv doc/${DIRNAME}/${DIRNAME}.html \140 /usr/share/doc/guile-&guile-version;/${DIRNAME}141 fi142 done143 144 cp -vR doc/ref/guile.html /usr/share/doc/guile-&guile-version;/ref</userinput></screen>145 146 <para>147 If you built the alternate formats of the documentation, install them148 using the following commands issued by the149 <systemitem class="username">root</systemitem> user:150 </para>151 152 <screen role="root"><userinput>for DIRNAME in r5rs ref153 do154 install -v -m644 doc/${DIRNAME}/*.{pdf,ps,dvi} \155 /usr/share/doc/guile-&guile-version;/${DIRNAME}156 done</userinput></screen>157 133 158 134 </sect2> -
general/prog/php.xml
rbb36a133 r0461254 35 35 general purpose scripting language.</para> 36 36 37 &lfs7 4_checked;37 &lfs75_checked; 38 38 39 39 <bridgehead renderas="sect3">Package Information</bridgehead>
Note:
See TracChangeset
for help on using the changeset viewer.