Commit Graph

11 Commits

Author SHA1 Message Date
Takafumi Arakaki
15bd4cfa61 Add recipe checker command and script
* Add el-get-check-recipe command
* Add a script test/check-recipe.el
* Mention recipe checker in the document
* Add warnings to el-get-check-recipe
* Use @command instead of @code
* make el-get.info
* Use more expressive name than el-get-check-recipe-1
2013-01-05 11:56:49 +09:00
Dimitri Fontaine
d54ff7143f Add the `el-get-sources' docstring to the Info documentation, fixing #983. 2012-12-14 23:56:54 +01:00
Daniel Szmulewicz
cf56a1f956 Rephrased documentation 2012-10-01 08:15:24 +02:00
Daniel Szmulewicz
2f14dc2538 moved documentation for 'el-get-cleanup from README.md to the info file 2012-09-30 23:53:18 +02:00
Dimitri Fontaine
6901194130 update credits with latest git figures 2012-08-28 12:15:06 +02:00
Dimitri Fontaine
8e68e637de Add a note in the docs about not editing package files, fixes #779. 2012-07-30 19:33:55 +02:00
Dimitri Fontaine
4b85baa9a1 Remove el-get 'wait that's been broken for a long time already, fixes #758.
The use case for el-get 'wait is very thin (setup file only), and fixing it
would be hard enough that we're not going to work on it. If you want to wait
until the packages are installed, just use 'sync.

One reason why fixing that situation is not easy is that some error cases
that happen at install time are not catched by El-Get code, so there's no
place where to set the package status as "failed" or something equivalent.
We wouls still have some "required" packages left, and if we don't count
them in the progress information we hang up completely.

This commit also refresh the test/README content to cope with the recent
status.old backup file, and in passing reformat the file as Markdown.
2012-07-30 19:22:30 +02:00
Dimitri Fontaine
4d639eb73e Add a section about upgrading in the README (fixes #722), colorize some elisp, review contributors section in the info file. 2012-07-30 18:29:49 +02:00
Dimitri Fontaine
6c4103f935 Some more documentation work (Authoring recipes, licence) 2012-07-23 20:51:01 +02:00
Dimitri Fontaine
5be539f6a7 Add some more commands. 2012-07-23 20:27:13 +02:00
Dimitri Fontaine
0570f7a605 First step into providing a proper manual for el-get. 2012-07-18 19:43:50 +02:00