doc/Makefile.am: Fix release-procedure line in HTML_OTHER

Message ID 20191013152018.796545-1-johannes@kyriasis.com
State Accepted
Headers show
Series doc/Makefile.am: Fix release-procedure line in HTML_OTHER | expand

Commit Message

Johannes Löthberg Oct. 13, 2019, 3:20 p.m. UTC
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
---
 doc/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 57f7b55..52f2bf7 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -20,8 +20,8 @@  HTML_MANPAGES = \
 	updpkgsums.8.html
 
 HTML_OTHER = \
+	release-procedure.html \
 	submitting-patches.html
-	release-procedure.html
 
 HTML_DOCS = \
 	$(HTML_MANPAGES) \