Split a shell command line in @example to avoid overfull hbox.
authorRoland McGrath <roland@redhat.com>
Fri, 8 Jul 1994 18:33:15 +0000 (18:33 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 8 Jul 1994 18:33:15 +0000 (18:33 +0000)
make.texinfo

index c088e5faa752227c4d29478fe3ef8e01b995cddd..26859dedc3d05476b0531a280a52c774e9e97845 100644 (file)
@@ -2581,7 +2581,8 @@ called @file{@var{name}.d} from a C source file called @file{@var{name}.c}:
 @example
 @group
 %.d: %.c
-        $(SHELL) -ec '$(CC) -M $(CPPFLAGS) $< | sed '\''s/$*.o/& $@@/g'\'' > $@@'
+        $(SHELL) -ec '$(CC) -M $(CPPFLAGS) $< \
+                      | sed '\''s/$*.o/& $@@/g'\'' > $@@'
 @end group
 @end example