diff options
Diffstat (limited to 'appendixa/make-desc.xml')
-rw-r--r-- | appendixa/make-desc.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/appendixa/make-desc.xml b/appendixa/make-desc.xml new file mode 100644 index 000000000..a6ca78cc7 --- /dev/null +++ b/appendixa/make-desc.xml @@ -0,0 +1,17 @@ +<sect2><title>Contents</title> + +<para> +The Make package contains the make program. +</para> + +</sect2> + +<sect2><title>Description</title> + +<para> +make determine automatically which pieces of a large program need to be +recompiled, and issue the commands to recompile them. +</para> + +</sect2> + |