1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-05 22:00:54 +00:00
elinks/doc/man/man1/Makefile
Felix Janda 06832623ad Rename configure.in to configure.ac
Avoids aclocal warning
2017-11-22 17:01:48 -05:00

11 lines
269 B
Makefile

top_builddir=../../..
include $(top_builddir)/Makefile.config
elinks.1: $(srcdir)elinks.1.in $(top_srcdir)/configure.ac
cd $(top_builddir) && \
CONFIG_FILES="$(RELPATH)$@" CONFIG_HEADERS= $(SHELL) ./config.status
MAN1 = elinks.1
include $(top_srcdir)/Makefile.lib