Lines Matching refs:texinfo

1042     maybe-configure-texinfo \
1116 all-build: maybe-all-build-texinfo
1196 all-host: maybe-all-texinfo
1306 info-host: maybe-info-texinfo
1395 dvi-host: maybe-dvi-texinfo
1484 pdf-host: maybe-pdf-texinfo
1573 html-host: maybe-html-texinfo
1662 TAGS-host: maybe-TAGS-texinfo
1751 install-info-host: maybe-install-info-texinfo
1840 install-pdf-host: maybe-install-pdf-texinfo
1929 install-html-host: maybe-install-html-texinfo
2018 installcheck-host: maybe-installcheck-texinfo
2107 mostlyclean-host: maybe-mostlyclean-texinfo
2196 clean-host: maybe-clean-texinfo
2285 distclean-host: maybe-distclean-texinfo
2374 maintainer-clean-host: maybe-maintainer-clean-texinfo
2432 # in fact building texinfo.
2433 do-info: maybe-all-texinfo
2458 -rm -f texinfo/po/Makefile texinfo/po/Makefile.in texinfo/info/Makefile
2459 -rm -f texinfo/doc/Makefile texinfo/po/POTFILES
2460 -rmdir texinfo/doc texinfo/info texinfo/intl texinfo/lib 2>/dev/null
2461 -rmdir texinfo/makeinfo texinfo/po texinfo/util 2>/dev/null
2463 -rmdir texinfo zlib 2>/dev/null
2519 maybe-check-texinfo \
2655 maybe-install-texinfo \
2708 maybe-install-texinfo \
2817 maybe-install-strip-texinfo \
2872 if [ -f $(srcdir)/texinfo/gen-info-dir ]; then \
2873 $(srcdir)/texinfo/gen-info-dir $(DESTDIR)$(infodir) $(srcdir)/texinfo/dir.info-template > dir.info.new; \
3133 .PHONY: configure-build-texinfo maybe-configure-build-texinfo
3134 maybe-configure-build-texinfo:
3136 configure-build-texinfo: stage_current
3138 @if build-texinfo
3139 maybe-configure-build-texinfo: configure-build-texinfo
3140 configure-build-texinfo:
3144 test ! -f $(BUILD_SUBDIR)/texinfo/Makefile || exit 0; \
3145 $(SHELL) $(srcdir)/mkinstalldirs $(BUILD_SUBDIR)/texinfo; \
3147 echo Configuring in $(BUILD_SUBDIR)/texinfo; \
3148 cd "$(BUILD_SUBDIR)/texinfo" || exit 1; \
3151 *) topdir=`echo $(BUILD_SUBDIR)/texinfo/ | \
3154 module_srcdir=texinfo; \
3162 @endif build-texinfo
3168 .PHONY: all-build-texinfo maybe-all-build-texinfo
3169 maybe-all-build-texinfo:
3171 all-build-texinfo: stage_current
3173 @if build-texinfo
3174 TARGET-build-texinfo=all
3175 maybe-all-build-texinfo: all-build-texinfo
3176 all-build-texinfo: configure-build-texinfo
3181 (cd $(BUILD_SUBDIR)/texinfo && \
3183 $(TARGET-build-texinfo))
3184 @endif build-texinfo
31649 .PHONY: configure-texinfo maybe-configure-texinfo
31650 maybe-configure-texinfo:
31652 configure-texinfo: stage_current
31654 @if texinfo
31655 maybe-configure-texinfo: configure-texinfo
31656 configure-texinfo:
31660 test ! -f $(HOST_SUBDIR)/texinfo/Makefile || exit 0; \
31661 $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/texinfo; \
31663 echo Configuring in $(HOST_SUBDIR)/texinfo; \
31664 cd "$(HOST_SUBDIR)/texinfo" || exit 1; \
31667 *) topdir=`echo $(HOST_SUBDIR)/texinfo/ | \
31670 module_srcdir=texinfo; \
31677 @endif texinfo
31683 .PHONY: all-texinfo maybe-all-texinfo
31684 maybe-all-texinfo:
31686 all-texinfo: stage_current
31688 @if texinfo
31689 TARGET-texinfo=all
31690 maybe-all-texinfo: all-texinfo
31691 all-texinfo: configure-texinfo
31696 (cd $(HOST_SUBDIR)/texinfo && \
31698 $(TARGET-texinfo))
31699 @endif texinfo
31704 .PHONY: check-texinfo maybe-check-texinfo
31705 maybe-check-texinfo:
31706 @if texinfo
31707 maybe-check-texinfo: check-texinfo
31709 check-texinfo:
31714 (cd $(HOST_SUBDIR)/texinfo && \
31717 @endif texinfo
31719 .PHONY: install-texinfo maybe-install-texinfo
31720 maybe-install-texinfo:
31721 @if texinfo
31722 maybe-install-texinfo: install-texinfo
31724 install-texinfo:
31726 @endif texinfo
31728 .PHONY: install-strip-texinfo maybe-install-strip-texinfo
31729 maybe-install-strip-texinfo:
31730 @if texinfo
31731 maybe-install-strip-texinfo: install-strip-texinfo
31733 install-strip-texinfo:
31735 @endif texinfo
31739 .PHONY: maybe-info-texinfo info-texinfo
31740 maybe-info-texinfo:
31741 @if texinfo
31742 maybe-info-texinfo: info-texinfo
31744 info-texinfo: \
31745 configure-texinfo
31747 @[ -f ./texinfo/Makefile ] || exit 0; \
31754 echo "Doing info in texinfo"; \
31755 (cd $(HOST_SUBDIR)/texinfo && \
31763 @endif texinfo
31765 .PHONY: maybe-dvi-texinfo dvi-texinfo
31766 maybe-dvi-texinfo:
31767 @if texinfo
31768 maybe-dvi-texinfo: dvi-texinfo
31770 dvi-texinfo: \
31771 configure-texinfo
31773 @[ -f ./texinfo/Makefile ] || exit 0; \
31780 echo "Doing dvi in texinfo"; \
31781 (cd $(HOST_SUBDIR)/texinfo && \
31789 @endif texinfo
31791 .PHONY: maybe-pdf-texinfo pdf-texinfo
31792 maybe-pdf-texinfo:
31793 @if texinfo
31794 maybe-pdf-texinfo: pdf-texinfo
31796 pdf-texinfo: \
31797 configure-texinfo
31799 @[ -f ./texinfo/Makefile ] || exit 0; \
31806 echo "Doing pdf in texinfo"; \
31807 (cd $(HOST_SUBDIR)/texinfo && \
31815 @endif texinfo
31817 .PHONY: maybe-html-texinfo html-texinfo
31818 maybe-html-texinfo:
31819 @if texinfo
31820 maybe-html-texinfo: html-texinfo
31822 html-texinfo: \
31823 configure-texinfo
31825 @[ -f ./texinfo/Makefile ] || exit 0; \
31832 echo "Doing html in texinfo"; \
31833 (cd $(HOST_SUBDIR)/texinfo && \
31841 @endif texinfo
31843 .PHONY: maybe-TAGS-texinfo TAGS-texinfo
31844 maybe-TAGS-texinfo:
31845 @if texinfo
31846 maybe-TAGS-texinfo: TAGS-texinfo
31848 TAGS-texinfo: \
31849 configure-texinfo
31851 @[ -f ./texinfo/Makefile ] || exit 0; \
31858 echo "Doing TAGS in texinfo"; \
31859 (cd $(HOST_SUBDIR)/texinfo && \
31867 @endif texinfo
31869 .PHONY: maybe-install-info-texinfo install-info-texinfo
31870 maybe-install-info-texinfo:
31871 @if texinfo
31872 maybe-install-info-texinfo: install-info-texinfo
31874 install-info-texinfo: \
31875 configure-texinfo \
31876 info-texinfo
31878 @[ -f ./texinfo/Makefile ] || exit 0; \
31885 echo "Doing install-info in texinfo"; \
31886 (cd $(HOST_SUBDIR)/texinfo && \
31894 @endif texinfo
31896 .PHONY: maybe-install-pdf-texinfo install-pdf-texinfo
31897 maybe-install-pdf-texinfo:
31898 @if texinfo
31899 maybe-install-pdf-texinfo: install-pdf-texinfo
31901 install-pdf-texinfo: \
31902 configure-texinfo \
31903 pdf-texinfo
31905 @[ -f ./texinfo/Makefile ] || exit 0; \
31912 echo "Doing install-pdf in texinfo"; \
31913 (cd $(HOST_SUBDIR)/texinfo && \
31921 @endif texinfo
31923 .PHONY: maybe-install-html-texinfo install-html-texinfo
31924 maybe-install-html-texinfo:
31925 @if texinfo
31926 maybe-install-html-texinfo: install-html-texinfo
31928 install-html-texinfo: \
31929 configure-texinfo \
31930 html-texinfo
31932 @[ -f ./texinfo/Makefile ] || exit 0; \
31939 echo "Doing install-html in texinfo"; \
31940 (cd $(HOST_SUBDIR)/texinfo && \
31948 @endif texinfo
31950 .PHONY: maybe-installcheck-texinfo installcheck-texinfo
31951 maybe-installcheck-texinfo:
31952 @if texinfo
31953 maybe-installcheck-texinfo: installcheck-texinfo
31955 installcheck-texinfo: \
31956 configure-texinfo
31958 @[ -f ./texinfo/Makefile ] || exit 0; \
31965 echo "Doing installcheck in texinfo"; \
31966 (cd $(HOST_SUBDIR)/texinfo && \
31974 @endif texinfo
31976 .PHONY: maybe-mostlyclean-texinfo mostlyclean-texinfo
31977 maybe-mostlyclean-texinfo:
31978 @if texinfo
31979 maybe-mostlyclean-texinfo: mostlyclean-texinfo
31981 mostlyclean-texinfo:
31983 @[ -f ./texinfo/Makefile ] || exit 0; \
31990 echo "Doing mostlyclean in texinfo"; \
31991 (cd $(HOST_SUBDIR)/texinfo && \
31999 @endif texinfo
32001 .PHONY: maybe-clean-texinfo clean-texinfo
32002 maybe-clean-texinfo:
32003 @if texinfo
32004 maybe-clean-texinfo: clean-texinfo
32006 clean-texinfo:
32008 @[ -f ./texinfo/Makefile ] || exit 0; \
32015 echo "Doing clean in texinfo"; \
32016 (cd $(HOST_SUBDIR)/texinfo && \
32024 @endif texinfo
32026 .PHONY: maybe-distclean-texinfo distclean-texinfo
32027 maybe-distclean-texinfo:
32028 @if texinfo
32029 maybe-distclean-texinfo: distclean-texinfo
32031 distclean-texinfo:
32033 @[ -f ./texinfo/Makefile ] || exit 0; \
32040 echo "Doing distclean in texinfo"; \
32041 (cd $(HOST_SUBDIR)/texinfo && \
32049 @endif texinfo
32051 .PHONY: maybe-maintainer-clean-texinfo maintainer-clean-texinfo
32052 maybe-maintainer-clean-texinfo:
32053 @if texinfo
32054 maybe-maintainer-clean-texinfo: maintainer-clean-texinfo
32056 maintainer-clean-texinfo:
32058 @[ -f ./texinfo/Makefile ] || exit 0; \
32065 echo "Doing maintainer-clean in texinfo"; \
32066 (cd $(HOST_SUBDIR)/texinfo && \
32074 @endif texinfo
58933 all-build-bison: maybe-all-build-texinfo
58934 all-build-flex: maybe-all-build-texinfo
58937 all-build-libiberty: maybe-all-build-texinfo
58938 all-build-m4: maybe-all-build-texinfo
59111 all-gcc: maybe-all-build-texinfo
59112 all-stage1-gcc: maybe-all-build-texinfo
59113 all-stage2-gcc: maybe-all-build-texinfo
59114 all-stage3-gcc: maybe-all-build-texinfo
59115 all-stage4-gcc: maybe-all-build-texinfo
59116 all-stageprofile-gcc: maybe-all-build-texinfo
59117 all-stagetrain-gcc: maybe-all-build-texinfo
59118 all-stagefeedback-gcc: maybe-all-build-texinfo
59119 all-stageautoprofile-gcc: maybe-all-build-texinfo
59120 all-stageautofeedback-gcc: maybe-all-build-texinfo
59905 all-fastjar: maybe-all-build-texinfo
59976 all-bison: maybe-all-build-texinfo
59979 all-flex: maybe-all-build-texinfo
59980 all-m4: maybe-all-build-texinfo