From 648cb00973eeb224bec85cf5b69cffca150cdf65 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 14 Jan 2017 23:55:15 -0500 Subject: Add a top-level Makefile for documentation purposes. --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cd5a79c --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +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 -- cgit v1.2.3 From 2d33bd2f34f011c4f025a073b50d536f6a66a4db Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 16 Jan 2017 19:27:20 -0500 Subject: Improve documentation. --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cd5a79c..fe9010a 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3 From 36e62cbb6bdb17c318c00ee55f8049930438aa83 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 17 Jan 2017 19:45:51 -0500 Subject: Tidy the files in the repo root. --- Makefile | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) mode change 100644 => 120000 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index fe9010a..0000000 --- a/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# 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 diff --git a/Makefile b/Makefile new file mode 120000 index 0000000..4ecdba5 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +build-aux/Makefile.README.mk \ No newline at end of file -- cgit v1.2.3