Commit ace8d56c authored by Arnaud Legrand's avatar Arnaud Legrand

[HTML] Stupid me. I had forgotten to reactivate pandoc generation

parent f050ed54
......@@ -112,7 +112,7 @@ sub main() {
my($file,$url) = split(/\s*#\s*/,$f);
if($file eq "" || !defined($url)) { warn "Malformed line"; next;}
# print "'$file' --- '$url'\n";
# pandoc_export($file);
pandoc_export($file);
my($html)=$file; $html=~ s/\.[^\.]*$/.html/g;
my($url_id) = $url; $url_id =~ s|^.*jump_to_id/||g;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment