summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-16 21:43:37 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-16 21:43:37 (EDT)
commit3bc783e29b22bfee4fd36c063d1cdcf78ed3cf0b (patch)
tree57e5dcd241e8a16b6ea49f71298ca08b1e7be020
parent027889bb38a9cfc559fbd0983f81a8f1379ef564 (diff)
m4-doc: New binary package.
-rw-r--r--m4-doc.pkg/control6
-rw-r--r--m4.pkg/control5
-rw-r--r--substvars5
3 files changed, 12 insertions, 4 deletions
diff --git a/m4-doc.pkg/control b/m4-doc.pkg/control
new file mode 100644
index 0000000..a3f4be2
--- /dev/null
+++ b/m4-doc.pkg/control
@@ -0,0 +1,6 @@
+Architecture: all
+Platform: all
+Description: macro processor - documentation
+ ${Common-Description}
+ .
+ This package provides the documentation and example files for GNU M4.
diff --git a/m4.pkg/control b/m4.pkg/control
index 67f5c6f..87ae054 100644
--- a/m4.pkg/control
+++ b/m4.pkg/control
@@ -1,7 +1,4 @@
Architecture: any
Platform: all
Description: macro processor
- GNU M4 is an implementation of the traditional Unix macro processor. It is
- mostly SVR4 compatible although it has some extensions (for example, handling
- more than 9 positional parameters to macros). GNU M4 also has built-in
- functions for including files, running shell commands, doing arithmetic, etc.
+ ${Common-Description}
diff --git a/substvars b/substvars
new file mode 100644
index 0000000..f4654fe
--- /dev/null
+++ b/substvars
@@ -0,0 +1,5 @@
+Common-Description:
+ GNU M4 is an implementation of the traditional Unix macro processor. It is
+ mostly SVR4 compatible although it has some extensions (for example, handling
+ more than 9 positional parameters to macros). GNU M4 also has built-in
+ functions for including files, running shell commands, doing arithmetic, etc.