blob: 57b08e064cad30820d581a460e44f427a1c88e95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
From: Neil Muller <drnlmuller+debian@gmail.com>
Date: Sun, 13 May 2018 15:20:45 +0200
Subject: Fix incorrect name in Makefile.
Forwarded: https://gitlab.com/esr/irker/merge_requests/17
Patch-Name: 0013-fix-wrong-name-in-makefile
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index fc6ac7f..6bd2052 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ irkerhook.html: irkerhook.xml
irk.1: irk.xml
xmlto man irk.xml
irk.html: irk.xml
- xmlto html-nochunks irkerhook.xml
+ xmlto html-nochunks irk.xml
install.html: install.txt
asciidoc -o install.html install.txt
|