Skip to content

Commit 12fb79d

Browse files
committed
Remove makeFolder reference
Replace it with #408 script when possible.
1 parent 947cd0c commit 12fb79d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,6 @@ Cabal, or YAML files that represent the example.
100100
The path components `messages` and the two `index.md` files must be
101101
named as specified here, while the other components may vary.
102102

103-
You can also use the `makeFolder.sh` templating script. Usage is as follows:
104-
105-
[FIXME: makeFolder.sh is GHC-specific]
106-
107-
```bash
108-
./makeFolder.sh <NAMESPACE>-<NUMERIC_ERROR_CODE> <HaskellModuleName>
109-
```
110-
111-
This will generate a folder called `NAMESPACE-NUMERIC_ERROR_CODE` containing an empty `index.md` file, a subfolder called `example1` with a corresponding `index.md`, and two blank `before`/`after` Haskell source files. Use `GHC` as `NAMESPACE` to document GHC error messages, and `S` as `NAMESPACE` to document Stack errors.
112-
113103
### Message Descriptions
114104

115105
Message descriptions (in `index.md` in the message directory) are

0 commit comments

Comments
 (0)