diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-16 19:27:20 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-16 19:27:20 -0500 |
commit | 2d33bd2f34f011c4f025a073b50d536f6a66a4db (patch) | |
tree | dbdd1be8c4b925f116ec14e75edfaeadec03517b /build-aux/Makefile.once.head | |
parent | 106c6cf6365794dd9bc6315358d12a5d4400a586 (diff) |
Improve documentation.
Diffstat (limited to 'build-aux/Makefile.once.head')
-rw-r--r-- | build-aux/Makefile.once.head/10-dist.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/Makefile.once.head/10-dist.mk b/build-aux/Makefile.once.head/10-dist.mk index 831ca12..27b39ec 100644 --- a/build-aux/Makefile.once.head/10-dist.mk +++ b/build-aux/Makefile.once.head/10-dist.mk @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -mod.dist.description = `dist` target for distribution tarballs +mod.dist.description = `dist` target to create distribution tarballs define mod.dist.doc # User variables: # - `CP ?= cp` |