From 99a9bb1e227d79964ac3d3862bf5438fc8bbb0de Mon Sep 17 00:00:00 2001 From: Mandrake Date: Wed, 20 Oct 1999 16:02:31 +0000 Subject: [PATCH] Now we have an enlightenment Man Page. Of course, it's not the world's best man page quite yet, but give it time... Now it's up to tom to make it better. SVN revision: 903 --- Makefile.am | 5 ++--- configure.in | 1 + man/.cvsignore | 1 + man/builddocs | 19 ++++++++++++------- 4 files changed, 16 insertions(+), 10 deletions(-) diff --git a/Makefile.am b/Makefile.am index dfd67c86..84f7c162 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ SUBDIRS = \ dox \ eesh \ epp \ + man \ src EXTRA_DIST = \ @@ -19,6 +20,4 @@ debian/changelog \ debian/control \ debian/copyright \ debian/ehrc \ -debian/rules \ -man/enlightenment.man \ -man/enlightenment.pod +debian/rules diff --git a/configure.in b/configure.in index f347b280..2e4ddedf 100644 --- a/configure.in +++ b/configure.in @@ -235,6 +235,7 @@ dox/Makefile dox/E-docs/Makefile eesh/Makefile epp/Makefile +man/Makefile scripts/Makefile ]) #, [chmod +x configedit/ConfigEdit]) diff --git a/man/.cvsignore b/man/.cvsignore index d08a7f31..d6c436b1 100644 --- a/man/.cvsignore +++ b/man/.cvsignore @@ -1,3 +1,4 @@ e2mp enlightenment.man enlightenment.pod +enlightenment.1 diff --git a/man/builddocs b/man/builddocs index e24353de..30051bba 100644 --- a/man/builddocs +++ b/man/builddocs @@ -15,7 +15,7 @@ # ------ ---------- ------------------------------------------ # 885 -rw-r--r-- e2mp # 49547 -rw-r--r-- enlightnment.pod -# 56198 -rw-r--r-- enlightenment.man +# 56198 -rw-r--r-- enlightenment.1 # echo=echo if mkdir _sh32021; then @@ -1256,16 +1256,21 @@ X SHAR_EOF : || $echo 'restore of' 'enlightenment.pod' 'failed' fi -# ============= enlightenment.man ============== -if test -f 'enlightenment.man' && test "$first_param" != -c; then - $echo 'x -' SKIPPING 'enlightenment.man' '(file already exists)' +# ============= enlightenment.1 ============== +if test -f 'enlightenment.1' && test "$first_param" != -c; then + $echo 'x -' SKIPPING 'enlightenment.1' '(file already exists)' else - $echo 'x -' extracting 'enlightenment.man' '(text)' - sed 's/^X//' << 'SHAR_EOF' > 'enlightenment.man' && + $echo 'x -' extracting 'enlightenment.1' '(text)' + sed 's/^X//' << 'SHAR_EOF' > 'enlightenment.1' && X.rn '' }` X''' $RCSfile$$Revision$$Date$ X''' X''' $Log$ +X''' Revision 1.2 1999/10/18 17:41:25 mandrake +X''' changed things to enlightenment.1 and enlightenment.pod +X''' also, I need to figure out how make these install properly. I'll figure that +X''' out in a bit +X''' X''' Revision 1.1 1999/10/18 17:36:33 mandrake X''' added stuff to build man pages via autogen.sh X''' @@ -2624,7 +2629,7 @@ X X.IX Header "Frequently Asked Questions: Page 4" X SHAR_EOF - : || $echo 'restore of' 'enlightenment.man' 'failed' + : || $echo 'restore of' 'enlightenment.1' 'failed' fi rm -fr _sh32021 exit 0