Commit Graph

9 Commits

Author SHA1 Message Date
Mike Small 308f5650e1 Fix portability problems going to OpenBSD
The earlier Makefile assumed GNU tooling in the following ways:

1. install having a -t target directory argument.
2. make having an internal rule to make a target based only on...
   ansi2text: ansi2text.o
3. man pages go to /usr/local/share/man, which is not the location
   on OpenBSD

Made a note about installation, pointing out the use of the MANDIR
variable to correct the man page destination.

Added an uninstall target.
2020-12-15 20:29:02 -05:00
Mike Small 632419800b Mention Makefile creation in changelog 2020-12-15 19:52:34 -05:00
Mike Small a18eb9cfe1 man page: minor grammar correction and qualify claim in history 2020-12-15 19:45:22 -05:00
Mike Small a5b456affb ansi2text.c(main): pass missing eval argument to err() 2020-12-15 19:32:19 -05:00
Mike Small 550135fcff Makefile: add clean target. 2020-12-15 19:32:05 -05:00
Mike Small a3b0ae409d Re-word README again and rename the origin file. 2020-12-15 19:30:42 -05:00
Mike Small 6735c09ed1 Add Makefile, changelog, include err.h, url in README 2020-12-15 19:28:27 -05:00
Mike Small 008d73c1d6 Source split out into .c and man page. 2020-12-15 18:49:59 -05:00
Mike Small 1e9c8a68fc README and copy of NetBSD packaging request with source. 2020-12-15 18:49:58 -05:00