[gegl] docs: improve generated html
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] docs: improve generated html
- Date: Tue, 2 May 2017 23:46:47 +0000 (UTC)
commit 35eefa599d1ac74215ec78856bec6bdf10baf6d2
Author: Øyvind Kolås <pippin gimp org>
Date: Wed May 3 01:46:31 2017 +0200
docs: improve generated html
tools/operations_html.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/operations_html.c b/tools/operations_html.c
index f5acec0..0fae180 100644
--- a/tools/operations_html.c
+++ b/tools/operations_html.c
@@ -473,7 +473,7 @@ main (gint argc, gchar **argv)
g_string_append_printf (s, "<br/>\n");
}
- if(0){ // XXX: re-enable before push.. it takes a lot of time
+ if(1){ // XXX: re-enable before push.. it takes a lot of time
gchar *commandline = g_strdup_printf (
"sh -c \"(cd " TOP_SRCDIR ";cd ..;grep -r '\\\"%s\\\"' operations) | grep operations | grep -v
'~:' | grep '\\\"name\\\"' | cut -f 1 -d ':'\"",
name);
@@ -485,7 +485,7 @@ main (gint argc, gchar **argv)
{
output[strlen(output)-1] = 0;
g_string_append_printf (s,
- "<dt>source</dt><dd><a href='https://git.gnome.org/browse/gegl/tree/%s'>%s</a></dd>\n", output,
output);
+ "<b>source</b> <a href='https://git.gnome.org/browse/gegl/tree/%s'>%s</a><br/>\n", output,
output);
}
g_free (output);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]