mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-29 08:17:18 -04:00
8 lines
170 B
Makefile
8 lines
170 B
Makefile
path_to_top=../../..
|
|
include $(path_to_top)/Makefile.config
|
|
|
|
install-l:
|
|
$(INSTALL_DATA) $(srcdir)/elinks.1 $(DESTDIR)$(mandir)/man1
|
|
|
|
include $(path_to_top)/Makefile.lib
|