From: Graham Percival Date: Sat, 8 Aug 2009 20:49:26 +0000 (-0700) Subject: Doc: add EXTRA_DIST_FILES for make dist. X-Git-Tag: release/2.13.4-1~179^2~160 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9cea6e45f4fa10344e274649007f72d3ea114c30;p=lilypond.git Doc: add EXTRA_DIST_FILES for make dist. --- 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