Document change in Makefile install/install-stripped targets.

This commit is contained in:
Dianne Skoll
2022-09-17 09:07:27 -04:00
parent 63430c59f7
commit 8051d01945

View File

@@ -16,8 +16,9 @@ CHANGES TO REMIND
output is going to terminal, "FILE" if it's redirected to a plain file,
or "PIPE" if it's going to a pipe. See the man page for all the details.
- IMPROVEMENT: Add "make install-nostripped" top-level target for people who
want to build Remind with debugging symbols intact.
- CHANGE: "make install" now no longer strips debugging symbols from the
remind and rem2ps executables. Use "make install-stripped" if you want
them stripped.
- DOCUMENTATION FIX: Document behavior of DO and filedir() with respect
to symbolic links.