From db401d8e0af7fe6e3ca83afc502ed8ca0cae550e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 31 Jul 2003 13:04:32 +0000 Subject: 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. --- doc/make.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/make.texi') 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 -- cgit v1.2.3