forked from e16/e16
1
0
Fork 0

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
This commit is contained in:
Mandrake 1999-10-20 16:02:31 +00:00
parent 7aedd67cd8
commit 99a9bb1e22
4 changed files with 16 additions and 10 deletions

View File

@ -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

View File

@ -235,6 +235,7 @@ dox/Makefile
dox/E-docs/Makefile
eesh/Makefile
epp/Makefile
man/Makefile
scripts/Makefile
])
#, [chmod +x configedit/ConfigEdit])

View File

@ -1,3 +1,4 @@
e2mp
enlightenment.man
enlightenment.pod
enlightenment.1

View File

@ -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