1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-18 01:26:23 -04:00
elinks/doc/man/man1/Makefile
Petr Baudis 204bbe5d2c Fix starting a build from a subdirectory ELBuild-wise
Now all the submakefiles contain informationa buot where in the directory
hierarchy they stay.
2005-09-16 02:07:36 +02:00

8 lines
160 B
Makefile

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