From 9cea6e45f4fa10344e274649007f72d3ea114c30 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 8 Aug 2009 13:49:26 -0700 Subject: [PATCH] Doc: add EXTRA_DIST_FILES for make dist. --- Documentation/GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index f04e7c4bfa..12829682d2 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -10,7 +10,7 @@ depth = .. NAME = documentation LANGS = $(shell $(PYTHON) $(top-src-dir)/python/langdefs.py) MANUALS_SUBDIRS = application contributor essay general learning notation -SUBDIRS = $(MANUALS_SUBDIRS) snippets bibliography logo pictures misc po $(LANGS) +SUBDIRS = $(MANUALS_SUBDIRS) snippets bibliography logo pictures misc po css $(LANGS) STEPMAKE_TEMPLATES = documentation texinfo tex omf LOCALSTEPMAKE_TEMPLATES = lilypond ly @@ -31,6 +31,8 @@ LATEX_FILES =$(call src-wildcard,*.latex) IN_ITELY_FILES = $(call src-wildcard,snippets/*-intro.itely) SNIPPET_LY_FILES = $(call src-wildcard,snippets/*.ly) +EXTRA_DIST_FILES = $(call src-wildcard,*.init) $(LATEX_FILES) + ### Out files # Dependencies -- 2.39.5