From f0510d2f90467de8e8f260b47d79a9baaf9bef17 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Sep 2009 07:15:29 +0200 Subject: Start tracking XSD with git --- documentation/makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 documentation/makefile (limited to 'documentation/makefile') diff --git a/documentation/makefile b/documentation/makefile new file mode 100644 index 0000000..3fd6133 --- /dev/null +++ b/documentation/makefile @@ -0,0 +1,20 @@ +# file : documentation/makefile +# author : Boris Kolpackov +# copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +# license : GNU GPL v2 + exceptions; see accompanying LICENSE file + +include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make + +install := $(out_base)/.install + +.PHONY: $(install) + +$(install): + $(call install-dir,$(src_base)/cxx,$(install_doc_dir)/xsd/cxx) + $(call install-data,$(src_base)/default.css,$(install_doc_dir)/xsd/default.css) + $(call install-data,$(src_base)/future.xhtml,$(install_doc_dir)/xsd/future.xhtml) + $(call install-data,$(src_base)/schema-authoring-guide.xhtml,$(install_doc_dir)/xsd/schema-authoring-guide.xhtml) + $(call install-data,$(src_base)/xsd.xhtml,$(install_doc_dir)/xsd/xsd.xhtml) + $(call install-data,$(src_base)/xsd.1,$(install_man_dir)/man1/xsd.1) + +$(call include,$(bld_root)/install.make) -- cgit v1.1