Lines Matching refs:pdf
34 my $min_pdf_version = "2.4.4"; # Min version where pdf builds
40 my $pdf = 1;
99 if ($is_optional == 2 && !$pdf) {
373 if ($pdf) {
386 check_program("dvipng", 2) if ($pdf);
431 $pdf = 0;
445 $pdf = 0;
448 if ($pdf) {
453 check_rpm_missing(\@fedora26_opt_pkgs, 2) if ($pdf && !$old);
454 check_rpm_missing(\@fedora_tex_pkgs, 2) if ($pdf);
455 check_missing_tex(2) if ($pdf);
508 check_rpm_missing(\@suse_tex_pkgs, 2) if ($pdf);
509 check_missing_tex(2) if ($pdf);
547 if ($pdf) {
553 check_rpm_missing(\@tex_pkgs, 2) if ($pdf);
577 check_pacman_missing(\@archlinux_tex_pkgs, 2) if ($pdf);
579 if ($pdf) {
602 "media-fonts/dejavu", 2) if ($pdf);
604 if ($pdf) {
617 my $cairo = "media-gfx/graphviz cairo pdf";
691 check_missing_tex(2) if ($pdf);
766 check_program("xelatex", 2) if ($pdf);
767 check_program("rsvg-convert", 2) if ($pdf);
768 check_program("latexmk", 2) if ($pdf);
800 print " If you want pdf, you need at least $min_pdf_version.\n";
874 } elsif ($arg eq "--no-pdf"){
875 $pdf = 0;
879 print "Usage:\n\t$0 <--no-virtualenv> <--no-pdf> <--version-check>\n\n";
883 print "\t--no-pdf\t- don't check for dependencies required to build PDF docs\n\n";