mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6578ae83f4
Note: post-build and cannainfo.el are necessary only for reformatting one of the info files whose source was patched, and can go away when the next minor release (i.e., 2.3) comes out.
5 lines
95 B
EmacsLisp
5 lines
95 B
EmacsLisp
; reformat canna's info file
|
|
(find-file "canna-jp.texi")
|
|
(texinfo-format-buffer)
|
|
(save-buffer)
|