*** empty log message ***
authorhanda <handa>
Wed, 23 Jul 2003 04:42:32 +0000 (04:42 +0000)
committerhanda <handa>
Wed, 23 Jul 2003 04:42:32 +0000 (04:42 +0000)
Makefile.am
data-usr/mainpage.txt
doxyfile
footer.html

index 6049167..4bc42e7 100644 (file)
@@ -140,6 +140,7 @@ doxyfile-man.usr: doxyfile-man
                        utils/%_filter.rb m17n-lib.css
        rm -rf `dirname $@`
        ${DOXYGEN} $<
+       cp smallmule.gif `dirname $@`
 
 %/latex/refman.tex: doxyfile-latex.% ${SRCFILES} data-%/mainpage.txt data-%/dbformat.txt \
                        utils/%_filter.rb
@@ -193,4 +194,16 @@ ja/man3m/%.3m: ja/man/man3/%.3m sample-ja.c utils/mkman.rb
        ruby utils/mkman.rb ja
        rm -rf doxytemp sample
 
+CLEANFILES=doxyfile-*
+
+clean-local:
+       rm -rf usr dev ja
+
+WEBDIR = /project/web/extra/m17n-lib/m17n-docs
+
+web: dist
+       [ -d ${WEBDIR} ] || mkdir ${WEBDIR}
+       cp ${distdir}.tar.gz ${WEBDIR}
+       cp usr/html/* ${WEBDIR}
+
 endif
index a5ae267..b45ff77 100644 (file)
@@ -56,9 +56,12 @@ Global IT Security Group\n
 National Information Technology Research Institute\n
 Institute of Advanced Industrial Science and Technology
 
-Web: http://www.m17n.org/m17n-lib/\n
+Web: http://www.m17n.org/m17n-lib/
 
-E-mail: m17n-lib@m17n.org (English)\n
-       m17n-lib-ja@m17n.org (Japanese)
+Bug report: m17n-lib-bug@m17n.org
+
+Mailing list (English): m17n-lib@m17n.org
+
+Mailing list (Japanese): m17n-lib-ja@m17n.org
 */
 ////
index df4b9c8..3bcace2 100644 (file)
--- a/doxyfile
+++ b/doxyfile
@@ -469,7 +469,7 @@ TOC_EXPAND             = yes
 # top of each HTML page. The value NO (the default) enables the index and 
 # the value YES disables it.
 
-DISABLE_INDEX          = no
+DISABLE_INDEX          = yes
 
 # This tag can be used to set the number of enum values (range [1..20]) 
 # that doxygen will group on one line in the generated HTML documentation.
index 1fe58e3..d0289bf 100644 (file)
@@ -13,7 +13,7 @@
 </center>
 <hr>
 <ADDRESS>
-<a href = "http://www.m17n.org/index.en.html" target = "mulewindow"><img src= "../../smallmule.gif" align=bottom alt="mulemark" border=0></a>
+<a href = "http://www.m17n.org/index.en.html" target = "mulewindow"><img src= "smallmule.gif" align=bottom alt="mulemark" border=0></a>
 <A HREF="mule-aist@m17n.org">mule-aist@m17n.org</a>
 
 </ADDRESS>
@@ -42,4 +42,4 @@ You should have received a copy of the GNU General Public License
 along with the m17n library; see the file COPYING.  If not, write to
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.
--->
\ No newline at end of file
+-->