Skip to content
Snippets Groups Projects
Commit f6ff2044 authored by Julien Signoles's avatar Julien Signoles
Browse files

[Makefile] fix installation of man pages

parent fea79186
No related branches found
No related tags found
No related merge requests found
......@@ -139,6 +139,7 @@ install::
$(MKDIR) $(BINDIR)
$(CP) $(E_ACSL_DIR)/scripts/e-acsl-gcc.sh $(BINDIR)/
$(PRINT_INSTALL) man pages
$(MKDIR) $(MANDIR)
$(CP) $(E_ACSL_DIR)/man/e-acsl-gcc.sh.1 $(MANDIR)/man1/
uninstall::
......
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