-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sort the content of
dev
and etc
directories
The idea is that `etc` is shipped in GAP releases and contains extras for users, while `dev` is not shipped and only for people interacting with the GAP git repository. Hence move CI specific helper scripts as well as `bisect.sh` from `etc` to `dev`. Conversely, move some ctags related files from `dev` to `etc`, as those are needed to let `make tags` function correctly. Move `download.sh` from `etc` to `cnf` as it is used by the build system, not users. Finally, add `etc/README.md` explaining some of the files there.
- Loading branch information
Showing
16 changed files
with
36 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
dev/ctags_for_gap | ||
etc/ctags_for_gap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
0
etc/ci.sh → dev/ci.sh
100644 → 100755
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# The GAP etc/ directory | ||
|
||
Here is an overview of the files in this directory. Most of them | ||
contain comments with a more detailed description of what they do. | ||
|
||
## Files for GAP developers | ||
|
||
The following are tools for people working on the GAP code base itself | ||
|
||
- `ffgen.c`: used by the GAP build system | ||
- `tags.sh`: used by the `make tags` build target | ||
|
||
## Files for GAP package authors | ||
|
||
- `Makefile.gappkg`: build rules intended for use by GAP packages with a kernel extension | ||
- `convert.pl`: script to convert old style gapmacro-based GAP manual TeX files to HTML | ||
|
||
## Files for all GAP users | ||
|
||
- `log2html.g`: Utility to convert GAP log files to XHTML 1.0 Strict. | ||
- `gaplog.css`: used by `log2html.g` | ||
- `emacs`: used to contain GAP integration for emacs | ||
- `vim`: GAP integration for vim | ||
- `xrmtcmd.c`: for use by the GAP help system on X-Window, to control `xdvi` |
File renamed without changes.
File renamed without changes.