Removed HAML requirement from the 'master' version.

This commit is contained in:
Elf M. Sternberg 2016-04-16 21:33:59 -07:00
parent 863f977ad0
commit fc2c77b56d
1 changed files with 4 additions and 5 deletions

View File

@ -15,13 +15,12 @@ from the original source material, and start a server.
## Requirements ## Requirements
The build tool relies upon GNU Make, node-js, and the Ruby HAML The build tool relies upon GNU Make and node-js. It also uses the NoWeb
application. It also uses the NoWeb Literate Programming documentation Literate Programming documentation tools, and building the documentation
tools, and building the documentation from source requires Xelatex be from source requires Xelatex be installed as well.
installed as well.
The command 'make serve' probably only works under a fairly modern The command 'make serve' probably only works under a fairly modern
Linux, as it's dependent upon the kernel's inotify facility. Linux, as it is dependent upon the kernel's inotify facility.
## Branches ## Branches