summaryrefslogtreecommitdiff
path: root/build-aux/Makefile.README.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-02-01 23:31:17 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-02-01 23:31:17 -0500
commit2cdd7acfc2df072b80d319490fbff8bb583d311e (patch)
treeb3fb5df154bddb5ac54a6389c017c0dc3e5e044f /build-aux/Makefile.README.mk
parent79cde738a3f979b9135d08ce6e77374e139a40c7 (diff)
parent16e8d3b92b5e35a5eaee40a7b7fc0279c342886a (diff)
Merge remote-tracking branch 'r-autothing/v3/master' into notsystemd/master
Diffstat (limited to 'build-aux/Makefile.README.mk')
-rw-r--r--build-aux/Makefile.README.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/build-aux/Makefile.README.mk b/build-aux/Makefile.README.mk
new file mode 100644
index 0000000000..fe9010aafc
--- /dev/null
+++ b/build-aux/Makefile.README.mk
@@ -0,0 +1,20 @@
+# 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
+
+topoutdir ?= .
+topsrcdir ?= .
+include $(topsrcdir)/build-aux/Makefile.head.mk
+include $(topsrcdir)/build-aux/Makefile.tail.mk