From 3939c9a6ceebbb237d8bdc041fd11f90ffc3b7ea Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 25 Feb 2014 09:22:06 +0200 Subject: Rename documentation/ to doc/ --- documentation/cxx/hybrid/guide/makefile | 48 --------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 documentation/cxx/hybrid/guide/makefile (limited to 'documentation/cxx/hybrid/guide/makefile') diff --git a/documentation/cxx/hybrid/guide/makefile b/documentation/cxx/hybrid/guide/makefile deleted file mode 100644 index 9644150..0000000 --- a/documentation/cxx/hybrid/guide/makefile +++ /dev/null @@ -1,48 +0,0 @@ -# file : documentation/cxx/hybrid/guide/makefile -# author : Boris Kolpackov -# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC -# license : GNU GPL v2 + exceptions; see accompanying LICENSE file - -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make - -default := $(out_base)/ -dist := $(out_base)/.dist -dist-win := $(out_base)/.dist-win -cleandoc := $(out_base)/.cleandoc - -# Build. -# -$(default): $(out_base)/cxx-hybrid-e-guide.ps \ - $(out_base)/cxx-hybrid-e-guide.pdf - - -$(out_base)/cxx-hybrid-e-guide.ps: $(src_base)/index.xhtml \ - $(src_base)/figure-1.png \ - $(src_base)/guide.html2ps \ - | $(out_base)/. - $(call message,html2ps $<,html2ps -f $(src_base)/guide.html2ps -o $@ $<) - -$(out_base)/cxx-hybrid-e-guide.pdf: $(out_base)/cxx-hybrid-e-guide.ps | $(out_base)/. - $(call message,ps2pdf $<,ps2pdf14 $< $@) - -# Dist. -# -$(dist): path := $(subst $(src_root)/,,$(src_base)) -$(dist): $(out_base)/cxx-hybrid-e-guide.ps $(out_base)/cxx-hybrid-e-guide.pdf - $(call install-data,$(src_base)/figure-1.png,$(dist_prefix)/$(path)/figure-1.png) - $(call install-data,$(src_base)/index.xhtml,$(dist_prefix)/$(path)/index.xhtml) - $(call install-data,$(out_base)/cxx-hybrid-e-guide.ps,$(dist_prefix)/$(path)/cxx-hybrid-e-guide.ps) - $(call install-data,$(out_base)/cxx-hybrid-e-guide.pdf,$(dist_prefix)/$(path)/cxx-hybrid-e-guide.pdf) - -$(dist-win): $(dist) - - -# Clean. -# -$(cleandoc): - $(call message,rm $$1,rm -f $$1,$(out_base)/cxx-hybrid-e-guide.ps) - $(call message,rm $$1,rm -f $$1,$(out_base)/cxx-hybrid-e-guide.pdf) - -# How to. -# -$(call include,$(bld_root)/install.make) -- cgit v1.1