X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2FMakefile;h=8c7096188c696176a15965e989c717e014dd5627;hb=e5321a543256a22300e16ad2f92b19d4fc30b5f4;hp=2e2ceffb49204332640e92754579f3e9f16f74bf;hpb=ac76aae56d2699fc541336874547a02c530af498;p=libucw.git diff --git a/build/Makefile b/build/Makefile index 2e2ceffb..8c709618 100644 --- a/build/Makefile +++ b/build/Makefile @@ -1,4 +1,4 @@ -# Makefile for Sherlock Build Tools +# Makefile for LibUCW Build Tools DIRS+=build @@ -14,6 +14,6 @@ $(o)/build/genhash: LIBS= INSTALL_TARGETS+=install-build install-build: install -d -m 755 $(DESTDIR)$(INSTALL_SHARE_DIR)/ucw/build - install -m 755 $(addprefix $(BUILDSYS_PATH)/,install-includes doc-defs doc-extract genconf mergedeps tester lib-deps lib-flags) $(DESTDIR)$(INSTALL_SHARE_DIR)/ucw/build - install -m 644 $(addprefix $(BUILDSYS_PATH)/,asciidoc.conf asciidoc-xhtml.conf Makebottom Maketop) $(DESTDIR)$(INSTALL_SHARE_DIR)/ucw/build + install -m 755 $(addprefix $(BUILDSYS)/,install-includes doc-defs doc-extract genconf mergedeps tester lib-deps lib-flags) $(DESTDIR)$(INSTALL_SHARE_DIR)/ucw/build + install -m 644 $(addprefix $(BUILDSYS)/,asciidoc.conf asciidoc-xhtml.conf Makebottom Maketop) $(DESTDIR)$(INSTALL_SHARE_DIR)/ucw/build .PHONY: install-build