Index: cortav.ct ================================================================== --- cortav.ct +++ cortav.ct @@ -766,11 +766,11 @@ + default-format-flags | [`-m html:width 35em] | a list of flags that will be passed by the viewer script to [`cortav] when generating a html fille the following targets are supplied to automate the build: * [`install] builds everything, installs the bytecode-executable and the viewer script to [$$bin_prefix], and registers the viewer script with XDG * [`install-bin] is like [`install] but installs the binary version instead of the bytecode one -* [`excise] deletes everything installed and deregisters the file handlers (note that the same variables must be passed to [`exicse] as were passed to [`install]!) +* [`excise] deletes everything installed and deregisters the file handlers (note that the same variables must be passed to [`excise] as were passed to [`install]!) * [`clean] deletes build artifacts from the [$$build] directory like it was never there * [`wipe] is equivalent to [`$ make excise && make clean] if you don't want to install [`cortav], you can just run [`$ make] without arguments to build the executable.