summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
AgeCommit message (Collapse)Author
2007-12-31Add a syntax check, so this doesn't recur. Reorganize existing checks.Jim Meyering
* doc/Makefile.am (sc-exponent-grouping): (syntax_checks): New variable. (sc-avoid-io, sc-avoid-non-zero, sc-avoid-timezone): (sc-avoid-zeroes, sc-use-small-caps-NUL): New rules, extracted from check-texinfo. (check-texinfo): Depend on $(syntax_checks).
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2006-08-17* Makefile.am (EXTRA_DIST): Reflect doclicense.texi->fdl.texi renaming.Jim Meyering
2006-08-17Add/fix copyright notices and adjust to latest GNU FDL.Paul Eggert
2006-07-08* Makefile.am (check-texinfo): Enforce the zeros vs. zeroes consistency.Jim Meyering
2006-06-12(check-texinfo): Use $(_W) and $(W_) instead ofPaul Eggert
assuming grep -w (which is not portable).
2006-05-27Use `AM_MAKEINFOFLAGS' rather thanJim Meyering
overwriting `MAKEINFO', so that `missing' can do its job.
2006-05-27(check-texinfo): Use literal `{' only in brackets, i.e., [{] or [}],Jim Meyering
to avoid triggering an error from Solaris 2.6's grep.
2006-05-27Use `$(EGREP)' instead of `grep -E'.Jim Meyering
2005-06-19Allow the two existing types of uses of PATH:Jim Meyering
@vindex PATH @env{PATH}
2005-06-19Also catch uses of path, pathname.Jim Meyering
2004-11-03(_W, W_): New macros.Paul Eggert
(check-texinfo): Use them instead of assuming grep -w (which is not portable). Problem reported by Albert Chin.
2004-10-12(check-texinfo): Add `builtin' and `builtins' toJim Meyering
the list of words to avoid.
2004-07-02Fail upon use of @url. Use @uref instead.Jim Meyering
2004-07-02(check-texinfo): Fail if a @footnote directive follows non-punctuation.Jim Meyering
2004-07-02(check-texinfo): Disallow `filename' in .texi files.Jim Meyering
2004-05-09(check-texinfo): grep -w IOJim Meyering
2004-03-24(check-texinfo): Add a check to ensure futureJim Meyering
consistency in using @sc{nul}, not `NUL'.
2003-04-10(check-texinfo): Check for uses of non-zero. I prefer to spell it `nonzero'.Jim Meyering
2003-04-04(constants.texi): Rename target (thus enabling it),Jim Meyering
now that fileutils, textutils, and sh-utils have been merged. (MAINTAINERCLEANFILES): Define.
2003-04-02Redirect stderr to /dev/null for initial perl invocation.Jim Meyering
2003-04-01(check-texinfo): Don't fail if perl is missing.Jim Meyering
2003-02-05use this delta after allJim Meyering
2003-02-05revert last change: I am removing POSIX from the offending (cksum) line ↵Jim Meyering
altogether
2003-02-05(check-texinfo): Allow bare `POSIX' to be used on direntry lines.Jim Meyering
2002-07-16use $(PERL), not @PERL@Jim Meyering
2002-07-08check only for $@"Jim Meyering
2002-07-08(check-texinfo): Check for the above.Jim Meyering
2002-05-27use a better testJim Meyering
2002-05-27(check-texinfo): Adapt to reflect that now we use @acronym{POSIX}.Jim Meyering
2001-09-23(check-texinfo): Redirect stderr of `grep -w' toJim Meyering
/dev/null, so people with old versions of grep don't see the failure.
2001-06-16(info_TEXINFOS): Reflect renaming: s/omni-/core/.Jim Meyering
2001-05-21($(DVIS), $(INFO_DEPS)): Depend on $(EXTRA_DIST).Jim Meyering
(DISABLED_constants.texi): New rule -- disabled for now.
2001-05-20(EXTRA_DIST): Add constants.texi and doclicense.texi.Jim Meyering
(info_TEXINFOS): s/fileutils/omni-utils/. (check-texinfo): New rule. (check): Depend on check-texinfo.
1998-11-21don't mention package name in commentsJim Meyering
1998-11-21tweak commentJim Meyering
1997-11-09add -*-Makefile-*- to first lineJim Meyering
1997-07-13(EXTRA_DIST): Remove explicit mention of texinfo.texi.Jim Meyering
Now, automake includes it automatically.
1996-11-02(MAKEINFO): Set to makeinfo --no-split.Jim Meyering
Otherwise, the generated info files have 15-byte names and that loses on systems with 14-byte max.
1996-06-16(EXTRA_DIST): Add texinfo.tex. But it willJim Meyering
be removed once automake is fixed to add it automatically.
1996-03-14add ## comment on first lineJim Meyering
1996-03-14(EXTRA_DIST): Renamed form DIST_OTHER.Jim Meyering
1996-02-13(info_TEXINFOS): Renamed from TEXINFOS.Jim Meyering
1996-02-01(DIST_OTHER): Add perm.texi and getdate.texi. Remove mdate-sh.Jim Meyering
1995-12-08.Jim Meyering