This website requires JavaScript.
Explore
Help
Sign In
zhangyiss
/
editline
Watch
1
Star
0
Fork
0
You've already forked editline
mirror of
https://github.com/troglobit/editline.git
synced
2025-05-06 12:31:45 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
06a7f578d5
editline
/
man
/
Makefile.am
5 lines
80 B
Makefile
Raw
Normal View
History
Unescape
Escape
Minix editline v0.1.3 ===================== Fix another build warning for Arm cross-gcc, which actually was v4.1.2 This time getpid() was missing unistd.h, but kill() was also missing signal.h. Added test for signal.h, but left out unistd.h since we already define SYS_UNIX -- which we should really check for instead... The rest are cosmetic prototype or automake/autoconf fixes.
2008-06-09 06:17:48 +08:00
AUTOMAKE_OPTIONS
=
foreign
Minix editline v0.1.1 ===================== 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.
2008-06-08 06:32:45 +08:00
man3_MANS
=
editline.3
dist_man_MANS
=
$(
man3_MANS
)
Reference in New Issue
Copy Permalink