diff options
author | John Mandereau <john.mandereau@gmail.com> | 2009-01-09 20:32:27 +0100 |
---|---|---|
committer | John Mandereau <john.mandereau@gmail.com> | 2009-01-09 20:32:27 +0100 |
commit | 859d050f0220c0b45c52a37b9825482eec0fea8c (patch) | |
tree | 5f3dc96f157e73c5f1302b15676271c50cc20c76 /tex | |
parent | 9083813a13d2b184800e1d39fce4cf01c3431cf6 (diff) |
Add Contributors' Guide stub and clean up makefiles
* add Contributors' Guide stub in new directory Documentation/devel/;
* move Documentation/devel.html.in to Documentation/devel/index.html.in
to avoid clashing directory and file names on lilypond.org;
* cleanup topdocs and Texinfo makefiles;
* fix links accordingly;
* fix 'make dist'.
Diffstat (limited to 'tex')
-rw-r--r-- | tex/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/GNUmakefile b/tex/GNUmakefile index 9f275d7041..64e2653bd9 100644 --- a/tex/GNUmakefile +++ b/tex/GNUmakefile @@ -1,7 +1,7 @@ depth = .. TEXINFO_FILES = texinfo.tex $(call src-wildcard,txi-*.tex) -TEX_FILES = $(filter-out $TEXINFO_FILES,$(call src-wildcard,*.tex)) +TEX_FILES = $(filter-out $(TEXINFO_FILES),$(call src-wildcard,*.tex)) EXTRA_DIST_FILES = $(TEX_FILES) $(TEXINFO_FILES) STEPMAKE_TEMPLATES = install install-out |