mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-21 23:50:08 +01:00
man: fix make uninstall to remove the nmtui manual pages
Fixes: 1e8b681d4f
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
4edab14e73
commit
dd9bb5f376
1 changed files with 4 additions and 0 deletions
|
|
@ -90,6 +90,10 @@ install-data-hook:
|
|||
ln -f $(DESTDIR)$(mandir)/man1/nmtui.1 $(DESTDIR)$(mandir)/man1/$$link.1; \
|
||||
done
|
||||
|
||||
uninstall-hook:
|
||||
for link in $(links); do \
|
||||
rm -f $(DESTDIR)$(mandir)/man1/$$link.1; \
|
||||
done
|
||||
|
||||
if ENABLE_GTK_DOC
|
||||
man_MANS += $(docbook_generated_man_pages)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue