From a66411bd7acd129a61f6b3dde4c8ac448e27e4c7 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 30 Mar 2017 00:35:46 +0200 Subject: [PATCH] man: fix type With commit 4af09a94bd44693e5a40a4f895599601d8233d69 unwanted rename of target happened - restore it. --- man/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/Makefile.in b/man/Makefile.in index 24211167e..dd170aca2 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -260,7 +260,7 @@ install_device-mapper: $(MAN8DM) $(INSTALL) -d $(MAN8DIR) $(INSTALL_DATA) $(MAN8DM) $(MAN8DIR)/ -install_systemdgenerators: $(MAN8SYSTEMD_GENERATORS) +install_systemd_generators: $(MAN8SYSTEMD_GENERATORS) $(INSTALL) -d $(MAN8DIR) $(INSTALL_DATA) $(MAN8SYSTEMD_GENERATORS) $(MAN8DIR)/ -- 2.43.5