1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-29 08:17:18 -04:00
elinks/doc/man/man1/Makefile

9 lines
207 B
Makefile

path_to_top=../../..
include $(path_to_top)/Makefile.config
install-local:
$(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man1
$(INSTALL_DATA) elinks.1 $(DESTDIR)$(mandir)/man1
include $(path_to_top)/Makefile.lib