summaryrefslogtreecommitdiff
path: root/src/devel/develbook.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/devel/develbook.xml')
-rw-r--r--src/devel/develbook.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/devel/develbook.xml b/src/devel/develbook.xml
index 6f8ef97..8619069 100644
--- a/src/devel/develbook.xml
+++ b/src/devel/develbook.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY helping SYSTEM "../common/helping_hands.xml">
<!ENTITY chap1 SYSTEM "1_preparing.xml">
<!ENTITY chap2 SYSTEM "2_nonpkg.xml">
<!ENTITY chap3 SYSTEM "3_git.xml">
@@ -16,7 +17,7 @@
<author>
<personname><firstname>A.</firstname><surname>Wilcox</surname></personname>
</author>
- <copyright><year>2017</year><year>2018</year><holder>Adélie Linux</holder></copyright>
+ <copyright><year>2017</year><year>2018</year><year>2019</year><holder>Adélie Linux</holder></copyright>
</bookinfo>
<preface>
<title>Preface</title>
@@ -25,7 +26,8 @@
<para>It is assumed that you, the reader, are familiar with using a terminal or command line interface, the use of Unix commands, and the compilation of software. If you are not yet familiar with these concepts, start with our User's Handbook and Administrator's Handbook, which will assist you in learning them.</para>
<para>Please also ensure that you are comfortable and properly rested before reading this handbook. This will allow you to learn quicker, and be able to recall the information you have learned easier.</para>
<para>It is hoped that you find this handbook easy to understand and read. Please feel free to contact the Adélie Linux community if you have any suggestions on how to make this handbook better. We'd love to hear from you, and we hope you enjoy using our distribution.</para>
- <para>– A. Wilcox, 2018</para>
+ <para>– A. Wilcox, 2019</para>
+ &helping;
</preface>
&chap1;
&chap2;