From 1f8578c93bc8b4863246567c9f2a5f5c586d926b Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 11 Dec 2023 00:28:25 +0100 Subject: [PATCH] Fix distcheck target --- Makefile.am | 2 +- doc/Makefile.am | 2 ++ lout/Makefile.am | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9364999e..036a5720 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,6 @@ SUBDIRS = lout dw dlib dpip src doc dpid dpi test dist_bin_SCRIPTS = dillo-install-hyphenation -EXTRA_DIST = Doxyfile dillorc install-dpi-local d_size.h +EXTRA_DIST = README.md Doxyfile dillorc install-dpi-local d_size.h sysconf_DATA = dillorc diff --git a/doc/Makefile.am b/doc/Makefile.am index 7b40d0a2..a672597b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -8,3 +8,5 @@ EXTRA_DIST = \ dillo.1: $(srcdir)/dillo.1.in Makefile sed 's%/usr/local%${prefix}%g' < $(srcdir)/dillo.1.in > dillo.1 + +DISTCLEANFILES = dillo.1 diff --git a/lout/Makefile.am b/lout/Makefile.am index f2219360..111446ab 100644 --- a/lout/Makefile.am +++ b/lout/Makefile.am @@ -8,6 +8,7 @@ liblout_a_SOURCES = \ container.cc \ container.hh \ debug.hh \ + debug_rtfl.hh \ identity.cc \ identity.hh \ misc.cc \