Added nix-http-export.cgi to extra distributed scripts; so it can be installed from releases, not only from SVN.

This commit is contained in:
Michael Raskin 2008-08-29 08:34:38 +00:00
parent 7718b19389
commit 2a01d06da6
1 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ bin_SCRIPTS = nix-collect-garbage \
noinst_SCRIPTS = nix-profile.sh generate-patches.pl \
find-runtime-roots.pl build-remote.pl nix-reduce-build \
copy-from-other-stores.pl
copy-from-other-stores.pl nix-http-export.cgi
nix-pull nix-push: readmanifest.pm readconfig.pm download-using-manifests.pl
@ -40,4 +40,5 @@ EXTRA_DIST = nix-collect-garbage.in \
nix-copy-closure.in \
find-runtime-roots.pl.in \
build-remote.pl.in \
nix-reduce-build.in
nix-reduce-build.in \
nix-http-export.cgi.in