From 1e36721951dfbfa04fa4a529004de5547c5e9407 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 28 Jan 2015 09:00:27 -0500 Subject: [PATCH] Fix a copy-paste error Build the repo-update man page, not the repo-contents man page twice. --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index d39d36dd..c4bb8ac6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -31,7 +31,7 @@ man_MANS = \ xdg-app-build.1 \ xdg-app-build-finish.1 \ xdg-app-build-export.1 \ - xdg-app-repo-contents.1 \ + xdg-app-repo-update.1 \ $(NULL) xml_files = $(man_MANS:.1=.xml)