Lines Matching full:pdf

33 my $rec_version = "1.7.9";	# PDF won't build here
34 my $min_pdf_version = "2.4.4"; # Min version where pdf builds
40 my $pdf = 1;
94 # detected, we have to disable PDF output.
98 if ($is_optional == 2 && !$pdf) {
372 if ($pdf) {
382 check_program("dvipng", 2) if ($pdf);
403 "graphviz-gd", # Fedora 26: needed for PDF support
427 $pdf = 0;
429 printf("Note: texlive packages on RHEL/CENTOS <= 7 are incomplete. Can't support PDF output\n");
430 printf("If you want to build PDF, please read:\n");
441 $pdf = 0;
444 if ($pdf) {
449 check_rpm_missing(\@fedora26_opt_pkgs, 2) if ($pdf && !$old);
450 check_rpm_missing(\@fedora_tex_pkgs, 2) if ($pdf);
451 check_missing_tex(2) if ($pdf);
504 check_rpm_missing(\@suse_tex_pkgs, 2) if ($pdf);
505 check_missing_tex(2) if ($pdf);
543 if ($pdf) {
549 check_rpm_missing(\@tex_pkgs, 2) if ($pdf);
573 check_pacman_missing(\@archlinux_tex_pkgs, 2) if ($pdf);
575 if ($pdf) {
598 "media-fonts/dejavu", 2) if ($pdf);
600 if ($pdf) {
613 my $cairo = "media-gfx/graphviz cairo pdf";
687 check_missing_tex(2) if ($pdf);
761 # Extra PDF files - should use 2 for is_optional
762 check_program("xelatex", 2) if ($pdf);
763 check_program("rsvg-convert", 2) if ($pdf);
764 check_program("latexmk", 2) if ($pdf);
796 print " If you want pdf, you need at least $min_pdf_version.\n";
799 …print "Note: It is recommended at least Sphinx version $min_pdf_version if you need PDF support.\n…
870 } elsif ($arg eq "--no-pdf"){
871 $pdf = 0;
875 print "Usage:\n\t$0 <--no-virtualenv> <--no-pdf> <--version-check>\n\n";
879 print "\t--no-pdf\t- don't check for dependencies required to build PDF docs\n\n";