mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
(Standard Targets): rewrote some paragraphs to avoid overfull hboxes.
This commit is contained in:
parent
0b6bb88729
commit
b27592263f
@ -242,12 +242,12 @@ reconstructed with this Makefile. This typically includes everything
|
|||||||
deleted by @code{distclean}, plus more: C source files produced by
|
deleted by @code{distclean}, plus more: C source files produced by
|
||||||
Bison, tags tables, Info files, and so on.
|
Bison, tags tables, Info files, and so on.
|
||||||
|
|
||||||
The reason we say ``almost everything'' is that @samp{make
|
The reason we say ``almost everything'' is that running the command
|
||||||
maintainer-clean} should not delete @file{configure} even if
|
@samp{make maintainer-clean} should not delete @file{configure} even if
|
||||||
@file{configure} can be remade using a rule in the Makefile. More
|
it can be remade using a rule in the Makefile. More generally,
|
||||||
generally, @samp{make maintainer-clean} should not delete anything that
|
@samp{make maintainer-clean} should not delete anything that needs to
|
||||||
needs to exist in order to run @file{configure} and then begin to build
|
exist in order to run @file{configure} and then begin to build the
|
||||||
the program. This is the only exception; @code{maintainer-clean} should
|
program. This is the only exception; @code{maintainer-clean} should
|
||||||
delete everything else that can be rebuilt.
|
delete everything else that can be rebuilt.
|
||||||
|
|
||||||
The @samp{maintainer-clean} is intended to be used by a maintainer of
|
The @samp{maintainer-clean} is intended to be used by a maintainer of
|
||||||
@ -257,13 +257,13 @@ Since these files are normally included in the distribution, we don't
|
|||||||
take care to make them easy to reconstruct. If you find you need to
|
take care to make them easy to reconstruct. If you find you need to
|
||||||
unpack the full distribution again, don't blame us.
|
unpack the full distribution again, don't blame us.
|
||||||
|
|
||||||
To help make users aware of this, the commands for
|
To help make users aware of this, the commands for the special
|
||||||
@code{maintainer-clean} should start with these two:
|
@code{maintainer-clean} target should start with these two:
|
||||||
|
|
||||||
@example
|
@smallexample
|
||||||
@@echo "This command is intended for maintainers to use;"
|
@@echo "This command is intended for maintainers to use; it"
|
||||||
@@echo "it deletes files that may require special tools to rebuild."
|
@@echo "deletes files that may require special tools to rebuild."
|
||||||
@end example
|
@end smallexample
|
||||||
|
|
||||||
@item TAGS
|
@item TAGS
|
||||||
Update a tags table for this program.
|
Update a tags table for this program.
|
||||||
|
@ -242,12 +242,12 @@ reconstructed with this Makefile. This typically includes everything
|
|||||||
deleted by @code{distclean}, plus more: C source files produced by
|
deleted by @code{distclean}, plus more: C source files produced by
|
||||||
Bison, tags tables, Info files, and so on.
|
Bison, tags tables, Info files, and so on.
|
||||||
|
|
||||||
The reason we say ``almost everything'' is that @samp{make
|
The reason we say ``almost everything'' is that running the command
|
||||||
maintainer-clean} should not delete @file{configure} even if
|
@samp{make maintainer-clean} should not delete @file{configure} even if
|
||||||
@file{configure} can be remade using a rule in the Makefile. More
|
it can be remade using a rule in the Makefile. More generally,
|
||||||
generally, @samp{make maintainer-clean} should not delete anything that
|
@samp{make maintainer-clean} should not delete anything that needs to
|
||||||
needs to exist in order to run @file{configure} and then begin to build
|
exist in order to run @file{configure} and then begin to build the
|
||||||
the program. This is the only exception; @code{maintainer-clean} should
|
program. This is the only exception; @code{maintainer-clean} should
|
||||||
delete everything else that can be rebuilt.
|
delete everything else that can be rebuilt.
|
||||||
|
|
||||||
The @samp{maintainer-clean} is intended to be used by a maintainer of
|
The @samp{maintainer-clean} is intended to be used by a maintainer of
|
||||||
@ -257,13 +257,13 @@ Since these files are normally included in the distribution, we don't
|
|||||||
take care to make them easy to reconstruct. If you find you need to
|
take care to make them easy to reconstruct. If you find you need to
|
||||||
unpack the full distribution again, don't blame us.
|
unpack the full distribution again, don't blame us.
|
||||||
|
|
||||||
To help make users aware of this, the commands for
|
To help make users aware of this, the commands for the special
|
||||||
@code{maintainer-clean} should start with these two:
|
@code{maintainer-clean} target should start with these two:
|
||||||
|
|
||||||
@example
|
@smallexample
|
||||||
@@echo "This command is intended for maintainers to use;"
|
@@echo "This command is intended for maintainers to use; it"
|
||||||
@@echo "it deletes files that may require special tools to rebuild."
|
@@echo "deletes files that may require special tools to rebuild."
|
||||||
@end example
|
@end smallexample
|
||||||
|
|
||||||
@item TAGS
|
@item TAGS
|
||||||
Update a tags table for this program.
|
Update a tags table for this program.
|
||||||
|
Loading…
Reference in New Issue
Block a user