• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/ntp/scripts/update-leap/

Lines Matching refs:leap

92 subdir = scripts/update-leap
139 CONFIG_CLEAN_FILES = update-leap
198 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/update-leap.in
483 EXTRA_SCRIPTS = update-leap
486 @INSTALL_UPDATE_LEAP_TRUE@man_MANS = update-leap.$(UPDATE_LEAP_MS)
487 @INSTALL_UPDATE_LEAP_FALSE@noinst_MANS = update-leap.$(UPDATE_LEAP_MS)
489 invoke-update-leap.menu \
490 invoke-update-leap.texi \
491 update-leap-opts.def \
492 update-leap-opts \
493 update-leap.1update-leapman \
494 update-leap.1update-leapmdoc \
495 update-leap.in \
496 update-leap.man.in \
497 update-leap.mdoc.in \
498 update-leap.sh \
499 update-leap.texi \
500 update-leap.html \
503 html_DATA = update-leap.html
505 #CLEANFILES = update-leap.1
508 invoke-update-leap.menu \
509 invoke-update-leap.texi \
510 update-leap.man.in \
511 update-leap.mdoc.in \
512 update-leap-opts \
527 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/update-leap/Makefile'; \
529 $(AUTOMAKE) --foreign scripts/update-leap/Makefile
547 update-leap: $(top_builddir)/config.status $(srcdir)/update-leap.in
933 $(srcdir)/update-leap: $(srcdir)/update-leap-opts
936 $(srcdir)/update-leap-opts: update-leap-opts.def $(std_def_list)
937 $(run_ag) update-leap-opts.def
941 $(srcdir)/update-leap.1update-leapman: $(srcdir)/update-leap-opts.def $(std_def_list)
942 $(run_ag) -DMAN_SECTION=1update-leapman -Tagman-cmd.tpl update-leap-opts.def
944 $(srcdir)/update-leap.man.in: $(srcdir)/update-leap.1update-leapman $(top_srcdir)/sntp/scripts/mansec2subst.sed
945 sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/update-leap.1update-leapman > $(srcdir)/update-leap.man.in+
946 mv $(srcdir)/update-leap.man.in+ $(srcdir)/update-leap.man.in
950 $(srcdir)/update-leap.1update-leapmdoc: $(srcdir)/update-leap-opts.def $(std_def_list)
951 $(run_ag) -DMAN_SECTION=1update-leapmdoc -Tagmdoc-cmd.tpl update-leap-opts.def
953 $(srcdir)/update-leap.mdoc.in: $(srcdir)/update-leap.1update-leapmdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
954 sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/update-leap.1update-leapmdoc > $(srcdir)/update-leap.mdoc.in+
955 mv $(srcdir)/update-leap.mdoc.in+ $(srcdir)/update-leap.mdoc.in
959 update-leap.$(UPDATE_LEAP_MS): $(srcdir)/update-leap.$(MANTAGFMT).in $(top_builddir)/config.status
960 $(top_builddir)/config.status --file=update-leap.$(UPDATE_LEAP_MS)+:$(srcdir)/update-leap.$(MANTAGFMT).in
961 mv update-leap.$(UPDATE_LEAP_MS)+ update-leap.$(UPDATE_LEAP_MS)
965 $(srcdir)/invoke-update-leap.menu: $(srcdir)/invoke-update-leap.texi
968 $(srcdir)/invoke-update-leap.texi: $(srcdir)/update-leap-opts.def $(std_def_list)
969 $(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section update-leap-opts.def
974 $(srcdir)/update-leap.html: $(srcdir)/update-leap.texi $(top_srcdir)/sntp/include/version.texi
975 cd $(srcdir) && ( makeinfo --force --html --no-split -I ../sntp -o update-leap.html update-leap.texi || true )