Setup for README.md and improved calc overview

This commit is contained in:
Landon Curt Noll
2017-05-23 19:09:05 -07:00
parent a044b9325b
commit f80eee7a09
6 changed files with 285 additions and 13 deletions

View File

@@ -123,7 +123,7 @@ HAVE_VSPRINTF=
# use BYTE_ORDER in <machine/endian.h> or it will attempt to run
# the endian program. If you get syntax errors when you compile,
# try forcing the value to be -DBIG_ENDIAN and run the calc regression
# tests. (see the README file) If the calc regression tests fail, do
# tests. (see the README.FIRST file) If the calc regression tests fail, do
# a make clobber and try -DCALC_LITTLE_ENDIAN. If that fails, ask a wizard
# for help.
#
@@ -2016,9 +2016,9 @@ LICENSE= COPYING COPYING-LGPL
# These files are found (but not built) in the distribution
#
DISTLIST= ${C_SRC} ${H_SRC} ${MAKE_FILE} BUGS CHANGES LIBRARY README \
DISTLIST= ${C_SRC} ${H_SRC} ${MAKE_FILE} BUGS CHANGES LIBRARY README.FIRST \
README.WINDOWS calc.man HOWTO.INSTALL ${UTIL_MISC_SRC} ${LICENSE} \
sample.README calc.spec.in rpm.mk
sample.README calc.spec.in rpm.mk README.md
# These files are used to make (but not build) a calc .a link library
#