Skip to content
Snippets Groups Projects
Commit 4f757985 authored by Marcin Ślusarz's avatar Marcin Ślusarz
Browse files

doc: fix make uninstall for man page links

parent 6c728824
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,7 @@ install: compress
uninstall:
$(foreach f, $(notdir $(GZFILES_7)), $(RM) $(MANPAGES_DESTDIR_7)/$(f))
$(foreach f, $(notdir $(GZFILES_5)), $(RM) $(MANPAGES_DESTDIR_5)/$(f))
$(foreach f, $(notdir $(GZFILES_3)), $(RM) $(MANPAGES_DESTDIR_3)/$(f))
$(foreach f, $(notdir $(GZFILES_3) $(GZFILES_3_DUMMY)), $(RM) $(MANPAGES_DESTDIR_3)/$(f))
$(foreach f, $(notdir $(GZFILES_1)), $(RM) $(MANPAGES_DESTDIR_1)/$(f))
FORCE:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment