]> sourceware.org Git - automake.git/commitdiff
* doc/automake.texi: Untabify, tabs in the examples are poorly
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 25 Oct 2004 18:59:53 +0000 (18:59 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 25 Oct 2004 18:59:53 +0000 (18:59 +0000)
rendered.
* Makefile.am (maintainer-check): Grep tabs in the manual.

ChangeLog
Makefile.am
Makefile.in
doc/automake.texi

index 29bd04f05e4973f6628d7f5b1a3ba531859e9bf1..ba4ae6e7151d0bbe84d11bd52f557f488586c2aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-10-25  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * doc/automake.texi: Untabify, tabs in the examples are poorly
+       rendered.
+       * Makefile.am (maintainer-check): Grep tabs in the manual.
+
        * tests/comment8.test: Use $MAKE, not make.
 
 2004-10-24  Alexandre Duret-Lutz  <adl@gnu.org>
index ea0583c8b3b80a35372db44f9bce7805345c14f0..6bffc9f052f2ee51c3003a7447e07f9fb298ce70 100644 (file)
@@ -260,7 +260,7 @@ maintainer-check: automake aclocal
        fi
        @if grep '      ' $(srcdir)/doc/automake.texi; then \
          echo 'Do not use tabs in the manual.' 1>&2; \
-         exit 1;
+         exit 1; \
        fi
 
 
index 55aa61665aa375dd0c756da07c536a52e1548747..b9af660ac9529943d5bdd08d6ec7323c0945a3e1 100644 (file)
@@ -768,7 +768,7 @@ maintainer-check: automake aclocal
        fi
        @if grep '      ' $(srcdir)/doc/automake.texi; then \
          echo 'Do not use tabs in the manual.' 1>&2; \
-         exit 1;
+         exit 1; \
        fi
 
 cvs-dist: maintainer-check
index 43f920b1f417c9353cb52b297f50be8d6fd81a94..9a8f7396f7e3823d72014bf331f6c7c428d03bcf 100644 (file)
@@ -34,7 +34,7 @@ published by the Free Software Foundation raise funds for
 
 @dircategory Software development
 @direntry
-* automake: (automake).                Making Makefile.in's.
+* automake: (automake).         Making Makefile.in's.
 @end direntry
 
 @dircategory Individual utilities
@@ -3849,44 +3849,44 @@ possible to link two @code{yacc} parsers into the same executable.
 
 We recommend using the following renaming hack used in @code{gdb}:
 @example
-#define        yymaxdepth c_maxdepth
-#define        yyparse c_parse
-#define        yylex   c_lex
-#define        yyerror c_error
-#define        yylval  c_lval
-#define        yychar  c_char
-#define        yydebug c_debug
-#define        yypact  c_pact
-#define        yyr1    c_r1
-#define        yyr2    c_r2
-#define        yydef   c_def
-#define        yychk   c_chk
-#define        yypgo   c_pgo
-#define        yyact   c_act
-#define        yyexca  c_exca
+#define yymaxdepth c_maxdepth
+#define yyparse c_parse
+#define yylex   c_lex
+#define yyerror c_error
+#define yylval  c_lval
+#define yychar  c_char
+#define yydebug c_debug
+#define yypact  c_pact
+#define yyr1    c_r1
+#define yyr2    c_r2
+#define yydef   c_def
+#define yychk   c_chk
+#define yypgo   c_pgo
+#define yyact   c_act
+#define yyexca  c_exca
 #define yyerrflag c_errflag
-#define yynerrs        c_nerrs
-#define        yyps    c_ps
-#define        yypv    c_pv
-#define        yys     c_s
-#define        yy_yys  c_yys
-#define        yystate c_state
-#define        yytmp   c_tmp
-#define        yyv     c_v
-#define        yy_yyv  c_yyv
-#define        yyval   c_val
-#define        yylloc  c_lloc
-#define yyreds c_reds
-#define yytoks c_toks
-#define yylhs  c_yylhs
-#define yylen  c_yylen
+#define yynerrs c_nerrs
+#define yyps    c_ps
+#define yypv    c_pv
+#define yys     c_s
+#define yy_yys  c_yys
+#define yystate c_state
+#define yytmp   c_tmp
+#define yyv     c_v
+#define yy_yyv  c_yyv
+#define yyval   c_val
+#define yylloc  c_lloc
+#define yyreds  c_reds
+#define yytoks  c_toks
+#define yylhs   c_yylhs
+#define yylen   c_yylen
 #define yydefred c_yydefred
-#define yydgoto        c_yydgoto
+#define yydgoto c_yydgoto
 #define yysindex c_yysindex
 #define yyrindex c_yyrindex
 #define yygindex c_yygindex
-#define yytable         c_yytable
-#define yycheck         c_yycheck
+#define yytable  c_yytable
+#define yycheck  c_yycheck
 #define yyname   c_yyname
 #define yyrule   c_yyrule
 @end example
@@ -5731,7 +5731,7 @@ recursively included by specifying a directory in EXTRA_DIST:
 EXTRA_DIST = doc
 
 dist-hook:
-       rm -rf `find $(distdir)/doc -name CVS`
+        rm -rf `find $(distdir)/doc -name CVS`
 @end example
 
 @vindex distdir
@@ -7588,7 +7588,7 @@ foo_SOURCES = foo.c
 dist_man_MANS = foo.1
 
 foo.1: foo$(EXEEXT)
-       help2man --output=foo.1 ./foo$(EXEEXT)
+        help2man --output=foo.1 ./foo$(EXEEXT)
 @end example
 
 This will effectively distribute the man page.  However,
@@ -7628,7 +7628,7 @@ dist_man_MANS = foo.1
 
 foo.1: foo.c $(top_srcdir)/configure.ac
         $(MAKE) $(AM_MAKEFLAGS) foo$(EXEEXT)
-       help2man --output=foo.1 ./foo$(EXEEXT)
+        help2man --output=foo.1 ./foo$(EXEEXT)
 @end example
 
 This way, @file{foo.1} will not get rebuilt every time
This page took 0.051742 seconds and 5 git commands to generate.