diff options
author | Peter Simons <simons@cryp.to> | 2009-12-23 20:31:32 +0100 |
---|---|---|
committer | Peter Simons <simons@cryp.to> | 2009-12-23 20:31:32 +0100 |
commit | b12941f7aa00fb681a7b56260812db4ff0ac56ce (patch) | |
tree | 500591102f70be75e5ca15ee016d77a33ffe55c9 /m4/ax_extra_dist.m4 | |
parent | db3d86cee936204ba5d5fd87cbef8280e283eb5a (diff) | |
download | autoconf-archive-b12941f7aa00fb681a7b56260812db4ff0ac56ce.tar.gz |
Consistently indent quoted paragraphs with two blanks.
Diffstat (limited to 'm4/ax_extra_dist.m4')
-rw-r--r-- | m4/ax_extra_dist.m4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/m4/ax_extra_dist.m4 b/m4/ax_extra_dist.m4 index 310fd47..f1f0308 100644 --- a/m4/ax_extra_dist.m4 +++ b/m4/ax_extra_dist.m4 @@ -14,22 +14,22 @@ # your Makefile.am, where <TYPE> is the name of the dist and then add # <TYPE> to EXTRA_SRC_DISTS or EXTRA_BIN_DISTS. For example: # -# dist-foobar: -# <rules for making the foobar dist> +# dist-foobar: +# <rules for making the foobar dist> # -# EXTRA_BIN_DISTS += foobar +# EXTRA_BIN_DISTS += foobar # # You can then build all the src dist targets by running: # -# make dist-src +# make dist-src # # You can build all the binary dist targets by running: # -# make dist-bin +# make dist-bin # # and you can build both the src and dist targets by running: # -# make all-dist +# make all-dist # # LICENSE # |