summaryrefslogtreecommitdiff
path: root/doc/make.texi
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2003-07-31 13:04:32 +0000
committerPaul Smith <psmith@gnu.org>2003-07-31 13:04:32 +0000
commitdb401d8e0af7fe6e3ca83afc502ed8ca0cae550e (patch)
tree4dd1bb31c64d729dfc1e4b30995b05b612c41cdd /doc/make.texi
parente3986eea432878243eabefeb15f981f9e945b70c (diff)
downloadgunmake-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/make.texi')
-rw-r--r--doc/make.texi2
1 files changed, 2 insertions, 0 deletions
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