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 /Makefile | |
parent | 106c6cf6365794dd9bc6315358d12a5d4400a586 (diff) |
Improve documentation.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +# This Makefile is a minimal stub that exists to allow the +# `at-modules` set of Make targets to print documentation for the +# present Autothing modules. +# +# This file is part of the documentation for Autothing. +# +# Copyright (C) 2017 Luke Shumaker +# +# This documentation file is placed into the public domain. If that +# is not possible in your legal system, I grant you permission to use +# it in absolutely every way that I can legally grant to you. + dist.pkgname = autothing dist.version = 1.0 gnuconf.pkgname = autothing |