Commit Diff


commit - c041800a3c4f221662787a8eb927f3e8cc36c010
commit + 2759867fa808051c773991e8b3254abdf710230a
blob - cba26d737ecfd35c78a849ce79aed82847d4d503
blob + 26bfc1b870492b8dfafdf25e6a93d072d8e31060
--- README
+++ README
@@ -12,9 +12,10 @@ Beginnings of a PDF parser in Hammer
        $ ln -s ../hammer/src hammer		# needed for building pdf, include files
        $ ln -s ../hammer/build/opt/src lib 	# needed for running pdf, to locate libhammer.so
 
-- Notes for 2020-04-27 release:
-      - The release branch has been tested to build with the 2020-04-27_RELEASE` branch located at https://gitlab.special-circumstanc.es/pesco/hammer/tree/2020-04-27_RELEASE
+ - Notes for 2020-04-27 release:
 
+	  The release branch has been tested to build with the 2020-04-27_RELEASE` branch located at https://gitlab.special-circumstanc.es/pesco/hammer/tree/2020-04-27_RELEASE
+
  - Build/Usage:
 
        $ pushd ../hammer; scons; popd  		# build Hammer
@@ -24,15 +25,15 @@ Beginnings of a PDF parser in Hammer
        # place some test files in the t/ directory...
        $ make test
 
-- Evaluating test results:
+ - Evaluating test results:
  
-  For every file in the t/ directory, the pdf parser is executed. On successful parse, a message of the following form is displayed:
+   For every file in the t/ directory, the pdf parser is executed. On successful parse, a message of the following form is displayed:
 
-  OK: t/<filename>
+   OK: t/<filename>
 
-  On a failed test run, parse error messages are displayed.
+   On a failed test run, parse error messages are displayed.
 
-- Copyright:
+ - Copyright:
 
   - pesco 2019,2020
   - pompolic 2020