]> git.ipfire.org Git - collecty.git/commitdiff
Makefile: Don't reset dist_doc_DATA
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Oct 2025 11:41:21 +0000 (11:41 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Oct 2025 11:41:21 +0000 (11:41 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index aed6bc41804f938ed90cc3b589d02452e68ba45d..a8196320a594b710a3c28146efe8b091910d394e 100644 (file)
@@ -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)