mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
11 lines
269 B
Makefile
11 lines
269 B
Makefile
top_builddir=../../..
|
|
include $(top_builddir)/Makefile.config
|
|
|
|
elinks.1: $(srcdir)elinks.1.in $(top_srcdir)/configure.in
|
|
cd $(top_builddir) && \
|
|
CONFIG_FILES="$(RELPATH)$@" CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
|
MAN1 = elinks.1
|
|
|
|
include $(top_srcdir)/Makefile.lib
|