projects
/
m17n
/
m17n-docs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d3d7bb
)
*** empty log message ***
author
handa
<handa>
Mon, 18 Aug 2003 13:17:02 +0000
(13:17 +0000)
committer
handa
<handa>
Mon, 18 Aug 2003 13:17:02 +0000
(13:17 +0000)
utils/db-mim.sh
patch
|
blob
|
history
diff --git
a/utils/db-mim.sh
b/utils/db-mim.sh
index
8f928ed
..
c856aff
100755
(executable)
--- a/
utils/db-mim.sh
+++ b/
utils/db-mim.sh
@@
-13,7
+13,7
@@
M17N
EOF
for file in $*; do
- sed -n '/BEG-DOXYGEN/,/END-DOXYGEN/s/^;; //p' < $file
+ sed -n '/\/\*\*\*/,/\*\//s/^;; *//p' < $file
done
cat <<EOF