Skip to content

Commit

Permalink
* Makefile.am (TEXINFO_TEX): Set to doc/texinfo.tex.
Browse files Browse the repository at this point in the history
	(EXTRA_DIST): Add doc/texinfo.tex. Setting TEXINFO_TEX otherwise
	prevents the distribution of the overridden texinfo.tex.
	* Makefile.in: Regenerate.
	* texinfo.tex: Move from here ..
	* doc/texinfo.tex: .. to here.
  • Loading branch information
Ben Elliston committed Dec 3, 2018
1 parent dc3f603 commit 39f49df
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2018-12-03 Ben Elliston <[email protected]>

* Makefile.am (TEXINFO_TEX): Set to doc/texinfo.tex.
(EXTRA_DIST): Add doc/texinfo.tex. Setting TEXINFO_TEX otherwise
prevents the distribution of the overridden texinfo.tex.
* Makefile.in: Regenerate.
* texinfo.tex: Move from here ..
* doc/texinfo.tex: .. to here.

2018-12-03 Ben Elliston <[email protected]>

* lib/framework.exp (isremote): Add verbose message.
Expand Down
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
AUTOMAKE_OPTIONS = dejagnu
export DEJAGNU

EXTRA_DIST = ChangeLog-1992 MAINTAINERS runtest \
EXTRA_DIST = ChangeLog-1992 MAINTAINERS doc/texinfo.tex runtest \
$(pkgdata_DATA) $(config_DATA) $(baseboard_DATA) \
$(TESTSUITE_FILES) $(XML) $(CONTRIB)

Expand Down Expand Up @@ -176,5 +176,6 @@ unit_SOURCES = testsuite/libdejagnu/unit.cc

# Documentation.

TEXINFO_TEX = doc/texinfo.tex
dist_man_MANS = doc/runtest.1
info_TEXINFOS = doc/dejagnu.texi
8 changes: 4 additions & 4 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@)
am__v_texidevnull_0 = > /dev/null
am__v_texidevnull_1 =
INFO_DEPS = $(srcdir)/doc/dejagnu.info
am__TEXINFO_TEX_DIR = $(srcdir)
am__TEXINFO_TEX_DIR = $(srcdir)/doc
DVIS = doc/dejagnu.dvi
PDFS = doc/dejagnu.pdf
PSS = doc/dejagnu.ps
Expand Down Expand Up @@ -262,8 +262,7 @@ CSCOPE = cscope
AM_RECURSIVE_TARGETS = cscope
am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in AUTHORS \
COPYING ChangeLog INSTALL NEWS README TODO compile \
config.guess config.sub depcomp install-sh mdate-sh missing \
texinfo.tex
config.guess config.sub depcomp install-sh mdate-sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
Expand Down Expand Up @@ -374,7 +373,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = dejagnu
EXTRA_DIST = ChangeLog-1992 MAINTAINERS runtest \
EXTRA_DIST = ChangeLog-1992 MAINTAINERS doc/texinfo.tex runtest \
$(pkgdata_DATA) $(config_DATA) $(baseboard_DATA) \
$(TESTSUITE_FILES) $(XML) $(CONTRIB)

Expand Down Expand Up @@ -519,6 +518,7 @@ AM_CXXFLAGS = -I$(top_srcdir) -g
unit_SOURCES = testsuite/libdejagnu/unit.cc

# Documentation.
TEXINFO_TEX = doc/texinfo.tex
dist_man_MANS = doc/runtest.1
info_TEXINFOS = doc/dejagnu.texi
all: all-am
Expand Down
File renamed without changes.

0 comments on commit 39f49df

Please sign in to comment.