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

===================== Lots of minor fixes and additions: * Bump version info in configure.ac * User editline.h added, installs to $prefix/include/editline.h - Based on Debian package version, but heavily updated. * Manpage installs to $prefix/share/man/man3/editline.3 - Also slightly updated with contents from Debian package. * Revised README to mention existing Debian package, also cleaned out the old README, which now lives in doc/README * Add TODO file. * Fix package description and make dist to bzip2 tarballs.
3 lines
52 B
Makefile
3 lines
52 B
Makefile
man3_MANS = editline.3
|
|
dist_man_MANS = $(man3_MANS)
|