mirror of
https://github.com/rkd77/elinks.git
synced 2025-08-22 19:25:26 -04:00
7 lines
127 B
Makefile
7 lines
127 B
Makefile
|
-include ../../../Makefile.config
|
||
|
|
||
|
install:
|
||
|
$(INSTALL_DATA) elinks.1 $(DESTDIR)$(mandir)/man1
|
||
|
|
||
|
-include ../../../Makefile.lib
|