X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fgeneric-vars.make;h=5eba1cc214b034a2606ced700d4092819a83969b;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=6a8729df5f670e847b0307cf3b1fc7b65bc80d49;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/stepmake/stepmake/generic-vars.make b/stepmake/stepmake/generic-vars.make index 6a8729df5f..5eba1cc214 100644 --- a/stepmake/stepmake/generic-vars.make +++ b/stepmake/stepmake/generic-vars.make @@ -37,7 +37,8 @@ endif distname = $(package)-$(TOPLEVEL_VERSION) doc-dir = $(src-depth)/Documentation -po-dir = $(src-depth)/po +po-srcdir = $(src-depth)/po +po-outdir = $(depth)/po/$(outdir) step-bindir = $(stepmake)/bin # stepmake package support. @@ -103,11 +104,6 @@ SOURCE_FILES += $(IN_FILES) # Preprocessed .in documentation _FILES: OUTIN_FILES = $(addprefix $(outdir)/, $(IN_FILES:%.in=%)) -# CSS source files are in a unique directory -CSS_DIRECTORY = $(top-src-dir)/Documentation/css -CSS_FILES := $(shell ls $(CSS_DIRECTORY)/*.css) -OUT_CSS_FILES = $(CSS_FILES:$(CSS_DIRECTORY)/%.css=$(outdir)/%.css) - ALL_SOURCES = $(SOURCE_FILES) ifeq (cygwin,$(findstring cygwin,$(HOST_ARCH)))