* cvs2cl/fmtlog.rb: New file.
* cvs2cl/usermap: New file.
install-package: package
$(XEMACS) $(FLAGS) -f install-lsdb-package $(PACKAGEDIR)
+ChangeLog: *.el README Makefile
+ cvs2cl --prune --no-wrap --usermap ./cvs2cl/usermap --gmt --stdout | \
+ ruby -p -i ./cvs2cl/fmtlog.rb > ChangeLog
+.PHONY: clean
clean:
-$(RM) $(GOMI)
--- /dev/null
+if /^\t\* ([^:]+): (\* \1)/
+ $_ = "\t#{$2}#{$'}"
+elsif /^(\d{4}-\d{2}-\d{2}) \d{2}:\d{2}/
+ $_ = "#{$1}#{$'}"
+end
+
--- /dev/null
+ueno:Daiki Ueno <ueno@unixuser.org>
+yoichi:Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+