1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/doc/man/man1/Makefile
2005-09-27 21:11:28 +02:00

8 lines
164 B
Makefile

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