Bladeren bron

Keeping up with upsteam (mainly my own additions.)

Eiyeron Fulmincendii 9 jaren geleden
bovenliggende
commit
91fbe07ea4
4 gewijzigde bestanden met toevoegingen van 16 en 4 verwijderingen
  1. 6 0
      .gitignore
  2. 8 2
      COMPILE
  3. 1 1
      doc/source/reference/index.rst
  4. 1 1
      doc/source/stdlib/index.rst

+ 6 - 0
.gitignore

@@ -0,0 +1,6 @@
+# Folders created at compilation
+bin/
+lib/
+
+# Folders created at documentation generation
+doc/

+ 8 - 2
COMPILE

@@ -78,7 +78,6 @@ VISUAL C++ USERS
 .........................................................
 Open squirrel.dsw from the root project directory and build(dho!)
 
-
 TI-NSPIRE USERS
 .........................................................
 The default makefile support compilation for Ti-Nspire, as long as
@@ -93,4 +92,11 @@ In sqconfig.h there is a small point to notice : scprintf's function
 must be chosen according to which use of squirrel you want to do.
 As nspireio doesn't take over printf, you have to replace it with
 nio_printf if you even intend to use Nspire-IO or keep it at printf
-if you will embed the interpreter in a project.
+if you will embed the interpreter in a project.
+
+DOCUMENTATION GENERATION
+.........................................................
+To be able to compile the documentation, make sure that you have Python
+installed and the packages sphinx and sphinx_rtd_theme. Browse into doc/
+and use either the Makefile for GCC-based platforms or make.bat for
+Windows platforms.

+ 1 - 1
doc/source/reference/index.rst

@@ -4,7 +4,7 @@
   Squirrel 3.1 Reference Manual
 #################################
 
-Copyrigth (c) 2003-2016 Alberto Demichelis
+Copyright (c) 2003-2016 Alberto Demichelis
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
doc/source/stdlib/index.rst

@@ -4,7 +4,7 @@
   Squirrel Standard Library 3.1
 #################################
 
-Copyrigth (c) 2003-2016 Alberto Demichelis
+Copyright (c) 2003-2016 Alberto Demichelis
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal