From 242d41a894af11451d56dd40648f8c2179080f41 Mon Sep 17 00:00:00 2001 From: cage Date: Sun, 18 Jun 2023 15:57:03 +0200 Subject: [PATCH] - removed README.txt from Makefiles. --- Makefile.am | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index dcd5fa5..3cf71b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ etc/init.lisp compare_version.awk SUBDIRS = po -dist_doc_DATA = README.org README.txt LICENSES.org CONTRIBUTING.org \ +dist_doc_DATA = README.org LICENSES.org CONTRIBUTING.org \ doc/tinmop.org doc/send-toot.lisp NEWS.org ChangeLog AUTHORS confdir = $(sysconfdir)/$(PACKAGE) diff --git a/Makefile.in b/Makefile.in index ee8de46..420f3bb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -401,7 +401,7 @@ LICENSES.org COPYING etc/shared.conf etc/default-theme.conf etc/gui.conf \ etc/init.lisp compare_version.awk SUBDIRS = po -dist_doc_DATA = README.org README.txt LICENSES.org CONTRIBUTING.org \ +dist_doc_DATA = README.org LICENSES.org CONTRIBUTING.org \ doc/tinmop.org doc/send-toot.lisp NEWS.org ChangeLog AUTHORS confdir = $(sysconfdir)/$(PACKAGE)