2013-01-22 11:05:47 +00:00
|
|
|
SUBDIRS = src tests doc
|
2010-09-30 14:29:15 +00:00
|
|
|
BOOTCLEAN_SUBDIRS = $(SUBDIRS)
|
|
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
2013-07-28 15:24:31 +00:00
|
|
|
EXTRA_DIST = hydra-module.nix
|
2010-09-30 14:29:15 +00:00
|
|
|
|
2013-07-28 15:24:31 +00:00
|
|
|
install-data-local: hydra-module.nix
|
|
|
|
$(INSTALL) -d $(DESTDIR)$(datadir)/nix
|
|
|
|
$(INSTALL_DATA) hydra-module.nix $(DESTDIR)$(datadir)/nix/
|