From 3c514f8e20ea8762025a12f9edbea27967e31d76 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Wed, 23 Aug 2017 14:20:07 -0400 Subject: puzzles: misc. changes and sync with upstream This brings puzzles up-to-date with Simon's tree, along with the rockbox-specific changes I made. Note that I also got rid of some of the ugly floating-point code in rbwrappers.c and replaced it with wrappers for our fixed-point library. Change-Id: Ibfb79acb15517116a26de1c3ea89e025146b9e2e --- apps/plugins/puzzles/src/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/puzzles/src/README') diff --git a/apps/plugins/puzzles/src/README b/apps/plugins/puzzles/src/README index 890db56771..00830126e8 100644 --- a/apps/plugins/puzzles/src/README +++ b/apps/plugins/puzzles/src/README @@ -1,6 +1,6 @@ This is the README accompanying the source code to Simon Tatham's puzzle collection. The collection's web site is at -. +. If you've obtained the source code by downloading a .tar.gz archive from the Puzzles web site, you should find several Makefiles in the @@ -51,4 +51,4 @@ application and for the web site. It is generated from a Halibut source file (puzzles.but), which is the preferred form for modification. To generate the manual in other formats, rebuild it, or learn about Halibut, visit the Halibut website at -. +. -- cgit v1.2.3