From: Michael Tremer Date: Wed, 29 Oct 2025 11:41:21 +0000 (+0000) Subject: Makefile: Don't reset dist_doc_DATA X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db407a289fd077c72f0ea188c2b5a8a7bc172dc8;p=telemetry.git Makefile: Don't reset dist_doc_DATA Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index aed6bc4..a819632 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,7 +83,8 @@ AM_V_XSLT_0 = @echo " XSLT " $@; # ------------------------------------------------------------------------------ dist_doc_DATA = \ - COPYING + COPYING \ + DESIGN.md # ------------------------------------------------------------------------------ @@ -273,11 +274,6 @@ CLEANFILES += \ # ------------------------------------------------------------------------------ -dist_doc_DATA = \ - DESIGN.md - -# ------------------------------------------------------------------------------ - .PHONY: man man: $(MANPAGES) $(MANPAGES_HTML)