summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 941ab052346..de32a0a42b7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -740,9 +740,9 @@ guix-binary.%.tar.xz:
740 cp "$$tarball" "$@.tmp" ; mv "$@.tmp" "$@" 740 cp "$$tarball" "$@.tmp" ; mv "$@.tmp" "$@"
741 741
742 742
743# The dependency on doc-po-update is to generate the .pot files, which are not 743# The dependency on doc-pot-update is to generate the .pot files, which are
744# checked in. 744# not checked in.
745dist: doc-po-update 745dist: doc-pot-update
746 746
747dist-hook: gen-ChangeLog gen-AUTHORS gen-tarball-version 747dist-hook: gen-ChangeLog gen-AUTHORS gen-tarball-version
748dist-hook: assert-no-store-file-names 748dist-hook: assert-no-store-file-names