diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-03-01T11·27+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-03-01T11·27+0000 |
commit | 8d364e5baa53060fb039d8d30f96520781625efe (patch) | |
tree | bef18c4b6229fbb17dc44643569e1b8740ec66a4 /scripts | |
parent | db322a47ffb17be3f75ea864e0732d8f948aaf19 (diff) |
* Add missing file to dist.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 8f42095b407f..5639d85899c1 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -22,4 +22,5 @@ EXTRA_DIST = nix-collect-garbage.in \ nix-channel.in \ readmanifest.pm.in \ nix-build.in \ - download-using-manifests.pl.in + download-using-manifests.pl.in \ + generate-patches.in |