aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-09 07:52:32 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-09 07:52:32 +0000
commit6e1560aa617003330ce33ce4d871b32af40e5e4f (patch)
tree2152b8de4aec54cb9f174c7c92d38822cec3de30 /doc
parent3a2b3ff91066217df226956e76be377542498e30 (diff)
downloadgdbm-6e1560aa617003330ce33ce4d871b32af40e5e4f.tar.gz
gdbm-6e1560aa617003330ce33ce4d871b32af40e5e4f.tar.bz2
Minor changes
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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}~; \

Return to:

Send suggestions and report system problems to the System administrator.