
#include "../../topdir.mk"

FILES = COPYING.LIB Copyright \
	credits.html embedding.html form.html interpreters.html \
	office.html plugins.html search.html siaghelp siaghelp.html

install::
	@echo "Installing common documentation"
	$(MKDIRHIER) $(SIAG_DOCS)/common/docs
	$(CP) $(FILES) $(SIAG_DOCS)/common/docs

clean::
	$(RM) Makefile
