[Lunar-commits] <moonbase> gpm-docs: Moving this to docs.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Dec 12 22:12:39 CET 2010
commit 6b71ef2e3fa8ec06a1e7a724533ccfc1a87a23a7
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Dec 12 16:12:39 2010 -0500
gpm-docs: Moving this to docs.
---
docs/gpm-docs/BUILD | 16 ++++++++++++++++
docs/gpm-docs/DETAILS | 21 +++++++++++++++++++++
utils/gpm-docs/BUILD | 16 ----------------
utils/gpm-docs/DETAILS | 21 ---------------------
4 files changed, 37 insertions(+), 37 deletions(-)
diff --git a/docs/gpm-docs/BUILD b/docs/gpm-docs/BUILD
new file mode 100644
index 0000000..0155429
--- /dev/null
+++ b/docs/gpm-docs/BUILD
@@ -0,0 +1,16 @@
+(
+
+ ./configure --prefix=/usr \
+ --datadir=/usr/share \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info &&
+ sedit "s/src doc contrib/src contrib/" Makefile &&
+ sedit "s/\/usr\/bin\/awk/\/bin\/awk/" doc/manpager &&
+ sedit "s/\/usr\/bin\/awk/\/bin\/awk/" doc/infofilter &&
+ sedit "s/\/usr\/bin\/awk/\/bin\/awk/" doc/mktxt &&
+
+# doc section
+ cd doc &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/docs/gpm-docs/DETAILS b/docs/gpm-docs/DETAILS
new file mode 100644
index 0000000..233d587
--- /dev/null
+++ b/docs/gpm-docs/DETAILS
@@ -0,0 +1,21 @@
+ MODULE=gpm-docs
+ MODNAME=gpm
+ VERSION=1.20.6
+ SOURCE=$MODNAME-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODNAME-$VERSION
+ SOURCE_URL[0]=http://linux.schottelius.org/gpm/archives
+ SOURCE_URL[1]=ftp://arcana.linux.it/pub/gpm
+ SOURCE_VFY=sha1:f3bb9272878b7934968381c8b25edab359114150
+ WEB_SITE=unknown
+ ENTERED=20020512
+ UPDATED=20090212
+ SHORT="Documentation for the mouse server"
+
+cat << EOF
+This is just the documentation and man pages for gpm. We build them
+separately because the original author created a separate Makefile and
+overcomplicated things to the max!
+
+GPM (General Purpose Mouse) is a mouse server for the console and xterm,
+with sample clients included (emacs, etc).
+EOF
diff --git a/utils/gpm-docs/BUILD b/utils/gpm-docs/BUILD
deleted file mode 100644
index 0155429..0000000
--- a/utils/gpm-docs/BUILD
+++ /dev/null
@@ -1,16 +0,0 @@
-(
-
- ./configure --prefix=/usr \
- --datadir=/usr/share \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info &&
- sedit "s/src doc contrib/src contrib/" Makefile &&
- sedit "s/\/usr\/bin\/awk/\/bin\/awk/" doc/manpager &&
- sedit "s/\/usr\/bin\/awk/\/bin\/awk/" doc/infofilter &&
- sedit "s/\/usr\/bin\/awk/\/bin\/awk/" doc/mktxt &&
-
-# doc section
- cd doc &&
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/utils/gpm-docs/DETAILS b/utils/gpm-docs/DETAILS
deleted file mode 100644
index 233d587..0000000
--- a/utils/gpm-docs/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
- MODULE=gpm-docs
- MODNAME=gpm
- VERSION=1.20.6
- SOURCE=$MODNAME-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODNAME-$VERSION
- SOURCE_URL[0]=http://linux.schottelius.org/gpm/archives
- SOURCE_URL[1]=ftp://arcana.linux.it/pub/gpm
- SOURCE_VFY=sha1:f3bb9272878b7934968381c8b25edab359114150
- WEB_SITE=unknown
- ENTERED=20020512
- UPDATED=20090212
- SHORT="Documentation for the mouse server"
-
-cat << EOF
-This is just the documentation and man pages for gpm. We build them
-separately because the original author created a separate Makefile and
-overcomplicated things to the max!
-
-GPM (General Purpose Mouse) is a mouse server for the console and xterm,
-with sample clients included (emacs, etc).
-EOF
More information about the Lunar-commits
mailing list