# $HeadURL$ $LastChangedRevision$ # # Load ade.mk # include $(shell ade-config ade_share_prefix)/include/ade.mk # # What do we have? # SHELL_FILES = epilogue-pkgctrl.pasta-net epilogue-sources.pasta-net prologue-pkgctrl.pasta-net prologue-sources.pasta-net # We can't say 'CONF_FILES = bs' because, CONF_FILE is used to *install* # files, not to say how to make them; this is a bug. TEXT_FILES = bs.conf # # Where do we want it? # # There is no variables for installing examples files; we need to install # them manually. install: install_bs_doc_examples install_bs_doc_examples: $(INSTALL_CMD) -D $(BS_DOC_PREFIX)/examples $(INSTALL_CMD) $(SHELL_FILES) $(TEXT_FILES) $(BS_DOC_PREFIX)/examples