Searched refs:pdf (Results 1 - 25 of 205) sorted by path

123456789

/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex344 % Do this early so pdf references go to the beginning of the page.
1078 \message{pdf,}
1131 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
1190 % pdftex (and the PDF format) support .pdf, .png, .jpg (among
1196 \openin 1 #1.pdf \ifeof 1
1203 \errmessage{Could not find image file #1 for pdf}%
1214 \else \gdef\pdfimgext{pdf}%
1266 % outline by the pdf viewer. #2 is the pdf expression for the number
1387 % make a live url in pdf outpu
[all...]
/freebsd-11-stable/contrib/binutils/
H A DMakefile.def155 recursive_targets = { make_target= pdf;
164 recursive_targets = { make_target= install-pdf;
166 depend=pdf; };
H A DMakefile.in1062 .PHONY: do-pdf
1063 do-pdf:
1067 $(MAKE) $(RECURSE_FLAGS_TO_PASS) pdf-host \
1068 pdf-target
1071 .PHONY: pdf-host
1073 pdf-host: maybe-pdf-ash
1074 pdf-host: maybe-pdf-autoconf
1075 pdf
[all...]
H A DMakefile.tpl571 .PHONY: info installcheck dvi pdf html
572 .PHONY: install-info install-pdf install-html
578 pdf: do-pdf
591 install-pdf: do-install-pdf
981 # Other targets (info, dvi, pdf, etc.)
1093 # Other targets (info, dvi, pdf, etc.)
/freebsd-11-stable/contrib/binutils/bfd/
H A DMakefile.in106 pdf-recursive ps-recursive uninstall-info-recursive \
1277 pdf: pdf-recursive
1279 pdf-am:
1301 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
/freebsd-11-stable/contrib/binutils/bfd/doc/
H A DMakefile.in71 PDFS = bfd.pdf
80 TEXI2PDF = $(TEXI2DVI) --pdf --batch
410 bfd.pdf: bfd.texinfo $(bfd_TEXINFOS)
472 bfd.pdf bfd.ps bfd.html
589 pdf: pdf-am
591 pdf-am: $(PDFS)
607 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
/freebsd-11-stable/contrib/binutils/binutils/
H A DMakefile.in202 pdf-recursive ps-recursive uninstall-info-recursive \
949 pdf: pdf-recursive
951 pdf-am:
974 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
/freebsd-11-stable/contrib/binutils/binutils/doc/
H A DMakefile.in68 PDFS = binutils.pdf
72 TEXI2PDF = $(TEXI2DVI) --pdf --batch
338 binutils.pdf: binutils.texi
401 binutils.vr binutils.vrs binutils.dvi binutils.pdf \
567 pdf: pdf-am
569 pdf-am: $(PDFS)
587 mostlyclean-aminfo mostlyclean-generic mostlyclean-libtool pdf \
588 pdf-am ps ps-am uninstall uninstall-am uninstall-info-am \
/freebsd-11-stable/contrib/binutils/etc/
H A DMakefile.in47 then echo "../texinfo/util/texi2dvi --pdf"; \
48 else echo "texi2dvi --pdf"; fi`
63 PDFFILES = standards.pdf configure.pdf
134 pdf:
136 if test -f $(srcdir)/`echo $$f | sed -e 's/.pdf$$/.texi/'`; then \
145 install-pdf: pdf
147 if test ! -f standards.pdf; then cd $(srcdir); fi; \
148 if test -f standards.pdf; the
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A DMakefile.in116 pdf-recursive ps-recursive uninstall-info-recursive \
2475 pdf: pdf-recursive
2477 pdf-am:
2499 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
/freebsd-11-stable/contrib/binutils/gas/doc/
H A DMakefile.in65 PDFS = as.pdf
69 TEXI2PDF = $(TEXI2DVI) --pdf --batch
351 as.pdf: as.texinfo $(as_TEXINFOS)
412 as.toc as.tp as.tps as.vr as.vrs as.dvi as.pdf as.ps as.html
576 pdf: pdf-am
578 pdf-am: $(PDFS)
596 mostlyclean-aminfo mostlyclean-generic mostlyclean-libtool pdf \
597 pdf-am ps ps-am uninstall uninstall-am uninstall-info-am \
/freebsd-11-stable/contrib/binutils/ld/
H A DMakefile.in107 PDFS = ld.pdf
111 TEXI2PDF = $(TEXI2DVI) --pdf --batch
119 pdf-recursive ps-recursive uninstall-info-recursive \
863 ld.pdf: ld.texinfo $(ld_TEXINFOS)
924 ld.toc ld.tp ld.tps ld.vr ld.vrs ld.dvi ld.pdf ld.ps ld.html
1254 pdf: pdf-recursive
1256 pdf-am: $(PDFS)
1283 mostlyclean-recursive pdf pdf
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A DMakefile.in249 LIBIBERTY_PDFFILES = libiberty.pdf
251 pdf: $(LIBIBERTY_PDFFILES) pdf-subdir
253 .PHONY: install-pdf
257 install-pdf: $(LIBIBERTY_PDFFILES)
340 libiberty.pdf : $(srcdir)/libiberty.texi $(TEXISRC)
458 -rm -f libiberty.dvi libiberty.pdf libiberty.info* libiberty.html
487 install-info-subdir clean-info-subdir dvi-subdir pdf-subdir install-subdir \
/freebsd-11-stable/contrib/binutils/opcodes/
H A DMakefile.in100 pdf-recursive ps-recursive uninstall-info-recursive \
942 pdf: pdf-recursive
944 pdf-am:
966 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
/freebsd-11-stable/contrib/bmake/
H A Dconfigure959 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
961 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1276 --pdfdir=DIR pdf documentation [DOCDIR]
/freebsd-11-stable/contrib/bmake/mk/
H A Drst2htm.mk42 .SUFFIXES: ${RST_SUFFIXES} .htm .pdf
47 ${RST_SUFFIXES:@s@$s.pdf@}:
52 ${s:R:T}.pdf: $s
/freebsd-11-stable/contrib/byacc/
H A Dconfigure6655 .SUFFIXES : .html .1 .man .ps .pdf .txt
6660 ${GROFF_NOTE}.ps.pdf :
6682 ${GROFF_NOTE}docs docs-$cf_name :: $cf_name.pdf
6690 ${GROFF_NOTE} rm -f $cf_name.pdf
6696 ${GROFF_NOTE}$cf_name.pdf : $cf_name.ps
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex318 % Do this early so pdf references go to the beginning of the page.
1173 \message{pdf,}
1274 #1.pdf%
1276 {#1.pdf}%
1306 % outline by the pdf viewer. #2 is the pdf expression for the number
1394 % now, I guess we'll just let the pdf reader have its way.
2008 % So now @email is just like @uref, unless we are pdf.
3986 % sections so that we can refer to them unambiguously in the pdf
4422 % been typeset. If the destination for the pdf outlin
[all...]
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi24 @item pdf
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A DMakefile.in183 pdf:
193 maintainer-clean check installcheck dvi pdf html info install-info \
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DMakefile.in135 pdf:
144 maintainer-clean check installcheck dvi pdf html info install-info \
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A DMakefile.am52 # No install-html or install-pdf support in automake yet
53 .PHONY: install-html install-pdf
56 install-pdf: $(PDFS)
73 # Defines info, dvi, pdf and html targets
H A DMakefile.in109 PDFS = libgomp.pdf
114 TEXI2PDF = $(TEXI2DVI) --pdf --batch
122 pdf-recursive ps-recursive uninstall-info-recursive \
292 # Defines info, dvi, pdf and html targets
480 libgomp.pdf: libgomp.texi
543 libgomp.dvi libgomp.pdf libgomp.ps libgomp.html
848 pdf: pdf-recursive
850 pdf-am: $(PDFS)
881 pdf pd
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A DMakefile.in248 pdf: libiberty.pdf pdf-subdir
323 libiberty.pdf : $(srcdir)/libiberty.texi $(TEXISRC)
441 -rm -f libiberty.dvi libiberty.pdf libiberty.info* libiberty.html
470 install-info-subdir clean-info-subdir dvi-subdir pdf-subdir install-subdir \
/freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/
H A DMakefile.in76 html install-html info install-info clean-info dvi pdf install etags tags installcheck:

Completed in 304 milliseconds

123456789