2024-01-25 18:27:05 +00:00
|
|
|
SUBDIRS = src doc
|
|
|
|
if CAN_DO_CHECK
|
|
|
|
SUBDIRS += t
|
|
|
|
endif
|
|
|
|
|
2010-09-30 14:29:15 +00:00
|
|
|
BOOTCLEAN_SUBDIRS = $(SUBDIRS)
|
|
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
2024-01-25 16:54:44 +00:00
|
|
|
EXTRA_DIST = nixos-modules/hydra.nix
|
2010-09-30 14:29:15 +00:00
|
|
|
|
2024-01-25 16:54:44 +00:00
|
|
|
install-data-local: nixos-modules/hydra.nix
|
2013-07-28 15:24:31 +00:00
|
|
|
$(INSTALL) -d $(DESTDIR)$(datadir)/nix
|
2024-01-25 16:54:44 +00:00
|
|
|
$(INSTALL_DATA) nixos-modules/hydra.nix $(DESTDIR)$(datadir)/nix/hydra-module.nix
|