diff options
| -rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 17ad2366550..5600bd55038 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -746,9 +746,12 @@ guix-binary.%.tar.xz: | |||
| 746 | cp "$$tarball" "$@.tmp" ; mv "$@.tmp" "$@" | 746 | cp "$$tarball" "$@.tmp" ; mv "$@.tmp" "$@" |
| 747 | 747 | ||
| 748 | 748 | ||
| 749 | # The dependency on doc-po-update is to generate the .pot files, which are not | ||
| 750 | # checked in. | ||
| 751 | dist: doc-po-update | ||
| 752 | |||
| 749 | dist-hook: gen-ChangeLog gen-AUTHORS gen-tarball-version | 753 | dist-hook: gen-ChangeLog gen-AUTHORS gen-tarball-version |
| 750 | dist-hook: assert-no-store-file-names | 754 | dist-hook: assert-no-store-file-names |
| 751 | dist-hook: doc-po-update | ||
| 752 | 755 | ||
| 753 | distcheck-hook: assert-binaries-available assert-final-inputs-self-contained | 756 | distcheck-hook: assert-binaries-available assert-final-inputs-self-contained |
| 754 | 757 | ||
