diff options
author | Paul Smith <psmith@gnu.org> | 2003-07-31 13:04:32 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2003-07-31 13:04:32 +0000 |
commit | db401d8e0af7fe6e3ca83afc502ed8ca0cae550e (patch) | |
tree | 4dd1bb31c64d729dfc1e4b30995b05b612c41cdd /doc | |
parent | e3986eea432878243eabefeb15f981f9e945b70c (diff) | |
download | gunmake-db401d8e0af7fe6e3ca83afc502ed8ca0cae550e.tar.gz |
Updated for autoconf 2.57, automake 1.7.6, and gettext 0.12.1.
Fixed problems with the dist target (adding missing files).
Workaround for a bug in gettext 0.12.1 po/Makefile.in.in where distclean
wasn't cleaning everything, which caused distcheck to fail.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/make.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 0c130b2..ba7eef3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,5 @@ # -*-Makefile-*-, or close enough -AUTOMAKE_OPTIONS = 1.7.3 - TEXI2HTML = texi2html TEXI2HTML_FLAGS = -split_chapter diff --git a/doc/make.texi b/doc/make.texi index 5184c16..5aef5c8 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -4184,10 +4184,12 @@ from getting implicit commands (from implicit rules or the @c !!! another reason is for canonical stamp files: @ignore +@example foo: stamp-foo ; stamp-foo: foo.in create foo frm foo.in touch $@ +@end example @end ignore You may be inclined to define empty command strings for targets that are |