Blame SOURCES/docbook-style-xsl.Makefile

e4a843
BINDIR = /usr/bin
e4a843
DESTDIR = ..overridden in spec file..
e4a843
e4a843
all: install
e4a843
e4a843
install: install-xsl install-img install-extensions install-misc install-epub
e4a843
e4a843
install-xsl:
e4a843
	mkdir -p $(DESTDIR)/{common,eclipse,fo,html,htmlhelp/doc,javahelp,lib,template,xhtml,xhtml-1_1,manpages,profiling,highlighting,roundtrip,website}
e4a843
	cp common/*.dtd $(DESTDIR)/common
e4a843
	cp common/*.ent $(DESTDIR)/common
e4a843
	cp common/*.xml $(DESTDIR)/common
e4a843
	cp common/*.xsl $(DESTDIR)/common
e4a843
	cp eclipse/*.xsl $(DESTDIR)/eclipse
e4a843
	cp fo/*.xml $(DESTDIR)/fo
e4a843
	cp fo/*.xsl $(DESTDIR)/fo
e4a843
	cp html/*.xml $(DESTDIR)/html
e4a843
	cp html/*.xsl $(DESTDIR)/html
e4a843
	cp htmlhelp/*.xsl $(DESTDIR)/htmlhelp
e4a843
	cp javahelp/*.xsl $(DESTDIR)/javahelp
e4a843
	cp lib/*.xsl $(DESTDIR)/lib
e4a843
	cp template/*.xsl $(DESTDIR)/template
e4a843
	cp xhtml/*.xsl $(DESTDIR)/xhtml
e4a843
	cp xhtml-1_1/*.xsl $(DESTDIR)/xhtml-1_1
e4a843
	cp manpages/*.xsl $(DESTDIR)/manpages
e4a843
	cp profiling/*.xsl $(DESTDIR)/profiling
e4a843
	cp highlighting/*.xml $(DESTDIR)/highlighting
e4a843
	cp highlighting/*.xsl $(DESTDIR)/highlighting
e4a843
	cp roundtrip/*.xml $(DESTDIR)/roundtrip
e4a843
	cp roundtrip/*.xsl $(DESTDIR)/roundtrip
e4a843
	cp roundtrip/*.dtd $(DESTDIR)/roundtrip
e4a843
	cp website/*.xsl $(DESTDIR)/website
e4a843
e4a843
install-img:
e4a843
	mkdir -p $(DESTDIR)/images/callouts
e4a843
	cp images/*.gif $(DESTDIR)/images
e4a843
	cp images/*.png $(DESTDIR)/images
e4a843
	cp images/*.svg $(DESTDIR)/images
e4a843
	cp images/callouts/*.png $(DESTDIR)/images/callouts
e4a843
	cp images/callouts/*.gif $(DESTDIR)/images/callouts
e4a843
	cp images/callouts/*.svg $(DESTDIR)/images/callouts
e4a843
e4a843
install-extensions:
e4a843
	mkdir -p $(DESTDIR)/extensions
e4a843
	cp -r extensions/* $(DESTDIR)/extensions
e4a843
e4a843
install-epub:
e4a843
	mkdir -p $(DESTDIR)/epub
e4a843
	cp -r epub/* ${DESTDIR}/epub
e4a843
e4a843
install-misc:
e4a843
	cp VERSION $(DESTDIR)