Changeset d26cf13b
- Timestamp:
- 03/28/2016 04:37:06 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9000d29
- Parents:
- 5cf89d2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r5cf89d2 rd26cf13b 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 7"> <!-- Always 2 digits -->3 <!ENTITY day "28"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- 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 "March 2 7th &year;">9 <!ENTITY releasedate "March 28th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
lxqt/apps/qterminal.xml
r5cf89d2 rd26cf13b 143 143 144 144 <para> 145 To install the API documentation, if you opted to generate them, issue,145 To install the html API documentation, if you opted to generate it, issue, 146 146 as the <systemitem class="username">root</systemitem> user: 147 147 </para> 148 148 149 149 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/qterminal-&qterminal-version;/{html,pdf} && 150 install -v -m644 docs/latex/refman.pdf \ 150 cp -vr docs/html/* /usr/share/doc/qterminal-&qterminal-version;/html</userinput></screen> 151 152 <para> 153 The pdf API reference manual can be installed with, as 154 the <systemitem class="username">root</systemitem> user: 155 </para> 156 157 <screen role="root"><userinput>install -v -m644 docs/latex/refman.pdf \ 151 158 /usr/share/doc/qterminal-&qterminal-version;/pdf</userinput></screen> 152 153 <para>154 for the html API documentation, and, for the pdf API reference manual, as155 the <systemitem class="username">root</systemitem> user:156 </para>157 158 <screen role="root"><userinput>cp -vr docs/html/* /usr/share/doc/qterminal-&qterminal-version;/html</userinput></screen>159 159 160 160 </sect2> … … 213 213 <para> 214 214 is a <application>Qt</application> based lightweight terminal 215 emulator for.215 emulator. 216 216 </para> 217 217 <indexterm zone="qterminal qterminal-prog">
Note:
See TracChangeset
for help on using the changeset viewer.