2005-01-25 18:08:52 +01:00
|
|
|
all-local: nar.sh
|
2003-07-18 09:42:57 +02:00
|
|
|
|
|
|
|
install-exec-local:
|
2003-12-30 21:09:00 +01:00
|
|
|
$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs
|
|
|
|
$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs/nar
|
2006-05-12 13:47:45 +02:00
|
|
|
$(INSTALL_DATA) $(srcdir)/nar.nix $(DESTDIR)$(datadir)/nix/corepkgs/nar
|
2003-12-30 21:09:00 +01:00
|
|
|
$(INSTALL_PROGRAM) nar.sh $(DESTDIR)$(datadir)/nix/corepkgs/nar
|
2003-07-18 09:42:57 +02:00
|
|
|
|
|
|
|
include ../../substitute.mk
|
2003-07-23 17:53:34 +02:00
|
|
|
|
2005-01-25 18:08:52 +01:00
|
|
|
EXTRA_DIST = nar.nix nar.sh.in
|