aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 7ac77d713e72aada7429a558b8c0500f4b7d4cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include guile.am

bin_SCRIPTS =						\
  scripts/nar-herder

SOURCES =						\
  nar-herder/database.scm				\
  nar-herder/server.scm				\
  nar-herder/recent-changes.scm			\
  nar-herder/storage.scm				\
  nar-herder/mirror.scm				\
  nar-herder/utils.scm

install-data-local:
	mkdir -p "$(DESTDIR)$(docdir)";
	cp README.org "$(DESTDIR)$(docdir)/README.org"