summaryrefslogtreecommitdiff
path: root/build-aux/Makefile.README.mk
blob: fe9010aafc86b1139224c2702b58cd309013f6a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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