1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00
hydra/Makefile.am

13 lines
330 B
Makefile
Raw Normal View History

SUBDIRS = src doc
if CAN_DO_CHECK
SUBDIRS += t
endif
2010-09-30 10:29:15 -04:00
BOOTCLEAN_SUBDIRS = $(SUBDIRS)
DIST_SUBDIRS = $(SUBDIRS)
2024-01-25 11:54:44 -05:00
EXTRA_DIST = nixos-modules/hydra.nix
2010-09-30 10:29:15 -04:00
2024-01-25 11:54:44 -05:00
install-data-local: nixos-modules/hydra.nix
$(INSTALL) -d $(DESTDIR)$(datadir)/nix
2024-01-25 11:54:44 -05:00
$(INSTALL_DATA) nixos-modules/hydra.nix $(DESTDIR)$(datadir)/nix/hydra-module.nix