
all:
	@echo ""
	@echo "Please type what you want"
	@echo "make de"
	@echo ""

de:
	xsltproc --xinclude ../xsl/html-chunked.xsl Icinga.xml 


