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 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
$(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