namazu-dev(ring)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

doc/**/Makefile.am (Re: Namazu 1.9.14 released!)



Satoru Takabayashi <satoru-t@xxxxxxxxxxxxxxxxxx> wrote:

>>というわけで 1.9.14 を公開しました。
>
>ダウンロードして展開したら doc/ja にゴミが溜まっていました。
>make dist し直してひそかに置き換えておきました。;-)
>
>doc 以下を automake化しなければ。(僕がやるなら明日以降)

対応しました。doc/Makefile.am, doc/en/Makefile.am,
doc/ja/Makefile.am を作成しました。ついでに etc/Makefile.am 
も。

それから、 cxref の warning を見ながら

  Warning     src/rcfile.c : Variable loaded_rcfiles is global but only used in this file.
  Warning src/namazu-cgi.c : Function combine_pathname() is not prototyped.
  Warning         src/em.h : Header file src/em.h is not included in any files.

といった細かい問題をいくつか修正しました。cxref はありがたい。:-)

p.s.
LCLint <http://lclint.cs.virginia.edu/> を使えばもっと細かい
検証ができるかな? どなたか活用している方はいません?
maintMakefile に make lint を定義してもらえると嬉しいです。:)

# make cxref, maek global はあります

-- Satoru Takabayashi