Lines Matching full:pdf
25 # .chm file, and 'MAN', 'RTF', 'XML', 'PDF' and 'PS' for the appropriate
29 # By default, HTML, PDF and PS documentation is generated as this seems to
69 # for the rest of it (PS, PDF).
73 # doxygen-pdf: Generate doxygen PDF documentation.
353 # PDF file generation:
354 DX_ARG_ABLE(pdf, [generate doxygen PDF documentation],
361 # LaTeX generation for PS and/or PDF:
362 if DX_TEST_FEATURE(ps) || DX_TEST_FEATURE(pdf); then
368 # Paper size for PS and/or PDF:
480 ## Rules specific for PDF output. ##
483 DX_CLEAN_PDF = \$(DX_DOCDIR)/\$(PACKAGE).pdf]dnl
485 \$(DX_DOCDIR]DX_i[)/\$(PACKAGE).pdf]])[
487 DX_PDF_GOAL = doxygen-pdf
489 doxygen-pdf: \$(DX_CLEAN_PDF)
492 [[\$(DX_DOCDIR]DX_i[)/\$(PACKAGE).pdf: \$(DX_DOCDIR]DX_i[)/\$(PACKAGE).tag
505 mv refman.pdf ../\$(PACKAGE).pdf
511 ## Rules specific for LaTeX (shared for PS and PDF). ##