X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2FGNUmakefile;h=747a8e304e612ed38698c5f6758b4d9b56767c97;hb=859d050f0220c0b45c52a37b9825482eec0fea8c;hp=790b0460479ce4a976d511a7a1d91228fc4ce460;hpb=9083813a13d2b184800e1d39fce4cf01c3431cf6;p=lilypond.git diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 790b046047..747a8e304e 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -2,7 +2,7 @@ depth = .. NAME = documentation LANGS = $(shell $(PYTHON) $(top-src-dir)/python/langdefs.py) -SUBDIRS=user bibliography pictures topdocs misc po $(LANGS) +SUBDIRS=devel user bibliography pictures topdocs misc po $(LANGS) STEPMAKE_TEMPLATES=documentation texinfo tex LOCALSTEPMAKE_TEMPLATES=lilypond ly LILYPOND_BOOK_FLAGS=--extra-options '-e "(ly:set-option (quote internal-type-checking) \#t)"' @@ -11,7 +11,7 @@ EXTRA_DIST_FILES= TRANSLATION include $(depth)/make/stepmake.make -HTML_PAGE_NAMES= index devel translations +HTML_PAGE_NAMES= index translations OUT_HTML_FILES= $(HTML_PAGE_NAMES:%=$(outdir)/%.html) OUT_CSS_FILES= $(CSS_FILES:%.css=$(outdir)/%.css)