diff options
Diffstat (limited to 'config.dist')
-rw-r--r-- | config.dist | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.dist b/config.dist new file mode 100644 index 0000000..2ec39c8 --- /dev/null +++ b/config.dist @@ -0,0 +1,12 @@ +version="1.0" +package="speak" +examine="utils sdk spo256 spktrapd html" +config="config.pkg config.dist config.diag config sdk/bin/*" +include="Makefile.in README.FIRST CHANGES TODO LICENSE speak.lsm" + +manpages="down.8 say.1 speak.1 speak.conf.7 spo256.8 vmon.8" +txtpages="CHANGES LICENSE README.FIRST TARGETS TODO" +lsmpages="speak.lsm" +htmlpages="index.html toc.html" +htmlhome=packages/speak + |