Lines Matching refs:pdf
36 my $min_pdf_version = "2.4.4"; # Min version where pdf builds
43 my $pdf = 1;
102 if ($is_optional == 2 && !$pdf) {
374 if ($pdf) {
387 check_program("dvipng", 2) if ($pdf);
432 $pdf = 0;
446 $pdf = 0;
449 if ($pdf) {
454 check_rpm_missing(\@fedora26_opt_pkgs, 2) if ($pdf && !$old);
455 check_rpm_missing(\@fedora_tex_pkgs, 2) if ($pdf);
456 check_missing_tex(2) if ($pdf);
510 check_rpm_missing(\@suse_tex_pkgs, 2) if ($pdf);
511 check_missing_tex(2) if ($pdf);
549 if ($pdf) {
555 check_rpm_missing(\@tex_pkgs, 2) if ($pdf);
579 check_pacman_missing(\@archlinux_tex_pkgs, 2) if ($pdf);
581 if ($pdf) {
604 "media-fonts/dejavu", 2) if ($pdf);
606 if ($pdf) {
620 my $cairo = "media-gfx/graphviz cairo pdf";
694 check_missing_tex(2) if ($pdf);
795 print "note: If you want pdf, you need at least Sphinx $min_pdf_version.\n";
846 print "note: If you want pdf, you need at least Sphinx $min_pdf_version.\n";
886 $pdf = 0;
968 check_program("xelatex", 2) if ($pdf);
969 check_program("rsvg-convert", 2) if ($pdf);
970 check_program("latexmk", 2) if ($pdf);
1012 } elsif ($arg eq "--no-pdf"){
1013 $pdf = 0;
1017 print "Usage:\n\t$0 <--no-virtualenv> <--no-pdf> <--version-check>\n\n";
1021 print "\t--no-pdf\t- don't check for dependencies required to build PDF docs\n\n";