From e52144349d482647a50d187d97145da13b1bdbd0 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sat, 17 Sep 2005 20:44:50 +0200 Subject: [PATCH] Don't install elinks.1 from srcdir since it's autogenerated. --- doc/man/man1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/man1/Makefile b/doc/man/man1/Makefile index b055a8fb7..24108a104 100644 --- a/doc/man/man1/Makefile +++ b/doc/man/man1/Makefile @@ -2,6 +2,6 @@ path_to_top=../../.. include $(path_to_top)/Makefile.config install-l: - $(INSTALL_DATA) $(srcdir)/elinks.1 $(DESTDIR)$(mandir)/man1 + $(INSTALL_DATA) elinks.1 $(DESTDIR)$(mandir)/man1 include $(path_to_top)/Makefile.lib