From: handa Date: Fri, 27 Feb 2004 13:24:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: XML-base~75 X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=commitdiff_plain;h=0fed4b8c9ff5012a3323c28de700144f10724e0c *** empty log message *** --- diff --git a/Makefile.am b/Makefile.am index 5a5f74d..4812926 100644 --- a/Makefile.am +++ b/Makefile.am @@ -128,7 +128,7 @@ html: usr-html ja-html dev-html latex: usr-latex ja-latex dev-latex man: usr-man ja-man -doxyfile-html: doxyfile Makefile +doxyfile-html: doxyfile ${SRCALL} sed -e 's|%PROJECT_NUMBER%|@PACKAGE_VERSION@|' \ -e 's|%INPUT%|${SRCALL}|' \ -e 's|%GENERATE_HTML%|YES|' \ @@ -154,7 +154,7 @@ doxyfile-html.ja: doxyfile-html -e 's/%OUTPUT_LANGUAGE%/Japanese/' \ < $< >$@ -doxyfile-latex: doxyfile +doxyfile-latex: doxyfile ${SRCALL} sed -e 's|%PROJECT_NUMBER%|@PACKAGE_VERSION@|' \ -e 's|%INPUT%|${SRCALL}|' \ -e 's|%GENERATE_HTML%|NO|' \ @@ -180,7 +180,7 @@ doxyfile-latex.ja: doxyfile-latex -e 's/%OUTPUT_LANGUAGE%/Japanese/' \ < $< >$@ -doxyfile-man1: doxyfile +doxyfile-man1: doxyfile ${SRCALL} sed -e 's|%PROJECT_NUMBER%|@PACKAGE_VERSION@|' \ -e 's|%INPUT%|${MAN1}|' \ -e 's|%GENERATE_HTML%|NO|' \ @@ -189,7 +189,7 @@ doxyfile-man1: doxyfile -e 's|%MAN_EXTENSION%|.1|' \ < $< >$@ -doxyfile-man3: doxyfile +doxyfile-man3: doxyfile ${SRCALL} sed -e 's|%PROJECT_NUMBER%|@PACKAGE_VERSION@|' \ -e 's|%INPUT%|${MAN3}|' \ -e 's|%GENERATE_HTML%|NO|' \ @@ -198,7 +198,7 @@ doxyfile-man3: doxyfile -e 's|%MAN_EXTENSION%|.3m17n|' \ < $< >$@ -doxyfile-man5: doxyfile +doxyfile-man5: doxyfile ${SRCALL} sed -e 's|%PROJECT_NUMBER%|@PACKAGE_VERSION@|' \ -e 's|%INPUT%|${MAN5}|' \ -e 's|%GENERATE_HTML%|NO|' \ @@ -312,7 +312,7 @@ WEBDIR = /project/web/extra/m17n-lib/m17n-docs release: dist [ -d ${WEBDIR} ] || mkdir ${WEBDIR} - cp usr/html/* ${WEBDIR} + cd usr/html; for f in *; do case $$f in *8c*);; *8h*);; *8txt*);; *) echo $$f;; esac; done cp ${distdir}.tar.gz ${WEBDIR} diff --git a/mainpage.txt b/mainpage.txt index 6341668..80cd6f4 100644 --- a/mainpage.txt +++ b/mainpage.txt @@ -89,7 +89,7 @@ mandatory but several functions of the m17n library depend on them.
  • wordcut -- http://thaiwordseg.sourceforge.net/ - Used to find Thai word boundary in the example program + Used for finding Thai word boundary in the example program example/linebreak.c. diff --git a/utils/exmim.sh b/utils/exmim.sh deleted file mode 100755 index 6119249..0000000 --- a/utils/exmim.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -cat < -EOF - -cat $* | grep '@page' | sed -e 's/;; @page \([^.]*\).mim/
  • @ref \1 "\1.mim" --/' - -cat < -*/ -EOF - -cat $* | \ -sed -n -e '/;; \/\*\*\*/,/;; \*\// p' | \ -sed -e 's/;; *//' \ - -e 's/@section/@subsection/' \ - -e 's/@page \([^.]*\).mim/@section \1 \1.mim --/' - -# Local Variables: -# coding: euc-jp -# End: diff --git a/utils/usr_filter.rb b/utils/usr_filter.rb index 2bb63b0..db8ee0c 100755 --- a/utils/usr_filter.rb +++ b/utils/usr_filter.rb @@ -29,7 +29,7 @@ while gets if doxy == 1 buf.push($_) end - when /\/\/\/\// + when /\/\*=\*\// commentblock(buf) buf = []