summaryrefslogtreecommitdiffstats
path: root/docs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* release docs as an archive (#12243)Antoine GIRARD2020-07-131-0/+4
| | | | | | | * release docs along sources * use a custom offline version Co-authored-by: Gitea <gitea@fake.local>
* Ensure docs makefile downloads theme if failed before. (#3322)Alberto González Palomo2018-01-071-3/+4
| | | | | | | | | | | | | | | The makefile did not download the theme if the directory "themes/gitea" is there, even if empty. On a fresh Ubuntu install, curl is not included, so the theme rule fails just after creating the empty directory. When you try again after installing curl, the rule is not triggered. This could also happen if the download fails for other reasons. This change makes the theme rule depend on the file "theme.toml" which will be there only after unpacking a successfully downloaded theme archive. Signed-off-by: Alberto González Palomo <bugs@sentido-labs.com>
* Import docs into main repository (#2874)techknowlogick2017-11-261-0/+29
* import docs into main repository Signed-off-by: Matti Ranta <matti@mdranta.net>