aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-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.