mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00

Restore custom INSTALL file, accidentally removed in 295f901
.
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
5 lines
160 B
Makefile
5 lines
160 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
doc_DATA = README LICENSE CHANGELOG
|
|
EXTRA_DIST = LICENSE CHANGELOG INSTALL
|
|
SUBDIRS = src include man examples
|