From 6e1560aa617003330ce33ce4d871b32af40e5e4f Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 9 Aug 2011 07:52:32 +0000 Subject: Minor changes --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index 59da8eb..f4059d0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -69,10 +69,10 @@ check-format: check-tabs check-sentence-spacing check-docs: check-format check-fixmes untabify: - emacs -batch -l untabify.el $(info_TEXINFOS) $(cfpeek_TEXINFOS) + emacs -batch -l untabify.el $(info_TEXINFOS) $(gdbm_TEXINFOS) fix-sentence-spacing: - for file in $(info_TEXINFOS) $(cfpeek_TEXINFOS); \ + for file in $(info_TEXINFOS) $(gdbm_TEXINFOS); \ do \ if grep -q '\. [@A-Z]' $$file; then \ mv $$file $${file}~; \ -- cgit v1.2.1