Lines Matching full:pdf

34 my $rec_version = "1.7.9";	# PDF won't build here
35 my $min_pdf_version = "2.4.4"; # Min version where pdf builds
42 my $pdf = 1;
96 # detected, we have to disable PDF output.
100 if ($is_optional == 2 && !$pdf) {
371 if ($pdf) {
381 check_program("dvipng", 2) if ($pdf);
402 "graphviz-gd", # Fedora 26: needed for PDF support
426 $pdf = 0;
428 printf("Note: texlive packages on RHEL/CENTOS <= 7 are incomplete. Can't support PDF output\n");
429 printf("If you want to build PDF, please read:\n");
440 $pdf = 0;
443 if ($pdf) {
448 check_rpm_missing(\@fedora26_opt_pkgs, 2) if ($pdf && !$old);
449 check_rpm_missing(\@fedora_tex_pkgs, 2) if ($pdf);
450 check_missing_tex(2) if ($pdf);
503 check_rpm_missing(\@suse_tex_pkgs, 2) if ($pdf);
504 check_missing_tex(2) if ($pdf);
542 if ($pdf) {
548 check_rpm_missing(\@tex_pkgs, 2) if ($pdf);
572 check_pacman_missing(\@archlinux_tex_pkgs, 2) if ($pdf);
574 if ($pdf) {
597 "media-fonts/dejavu", 2) if ($pdf);
599 if ($pdf) {
612 my $cairo = "media-gfx/graphviz cairo pdf";
686 check_missing_tex(2) if ($pdf);
767 # - minimal PDF version;
775 print "note: If you want pdf, you need at least Sphinx $min_pdf_version.\n";
923 # Extra PDF files - should use 2 for is_optional
924 check_program("xelatex", 2) if ($pdf);
925 check_program("rsvg-convert", 2) if ($pdf);
926 check_program("latexmk", 2) if ($pdf);
968 } elsif ($arg eq "--no-pdf"){
969 $pdf = 0;
973 print "Usage:\n\t$0 <--no-virtualenv> <--no-pdf> <--version-check>\n\n";
977 print "\t--no-pdf\t- don't check for dependencies required to build PDF docs\n\n";