Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
ac88ae06
Commit
ac88ae06
authored
Dec 28, 2001
by
Per Cederqvist
Browse files
(check-doc): Extract ``enum info_type'' instead of ``Info_type'' from
kom-types.h. (Bug 335).
parent
aa870c65
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Makefile.am
View file @
ac88ae06
# $Id: Makefile.am,v 1.3
4
2001/12/28 1
7:25:52
ceder Exp $
# $Id: Makefile.am,v 1.3
5
2001/12/28 1
9:05:17
ceder Exp $
# Copyright (C) 1998-1999, 2001 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -128,8 +128,8 @@ check-doc: Protocol-A.notab lyskomd.notab info
<
asyncs.tmp
>>
async-@.tmp
## Create a list of all miscinfos.
tac
$(top_srcdir)/src/include/kom-types.h
\
|
sed
-e
'/
} I
nfo_type/,/
typedef
/!d'
\
cat
$(top_srcdir)/src/include/kom-types.h
\
|
sed
-e
'/
^enum i
nfo_type
{
/,/
};
/!d'
\
|
sed
-n
-e
's/[ ]*\([^ ]*\)[ ][ ]*=.*/\1/p'
\
|
sed
's/_/-/g'
\
|
grep
-v
unknown-info
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment