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