mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
11 lines
259 B
Makefile
11 lines
259 B
Makefile
path_to_top=../../..
|
|
include $(path_to_top)/Makefile.config
|
|
|
|
elinks.1: elinks.1.in $(path_to_top)/configure.in
|
|
cd $(path_to_top) && \
|
|
CONFIG_FILES="$(RELPATH)$@" CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
|
MAN1 = elinks.1
|
|
|
|
include $(path_to_top)/Makefile.lib
|