author | Tom Tromey <tom@tromey.com> | 2019年06月02日 11:12:15 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019年06月02日 11:12:15 -0600 |
commit | 6ca4b200ecbb3220189c90cecbb94d5dba084e73 (patch) | |
tree | 9a41b14010b2c819d98196027bb0e99327e2c2bb | |
parent | 106c84cbb777c215749b689ba4ab7510854614ad (diff) | |
download | src-highlite-6ca4b200ecbb3220189c90cecbb94d5dba084e73.tar.gz |
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | tests/Makefile.am | 2 |
@@ -1,5 +1,9 @@ 2019年06月02日 Tom Tromey <tom@tromey.com> + * tests/Makefile.am (DISTCLEANFILES): Add *testtmp. + +2019年06月02日 Tom Tromey <tom@tromey.com> + * tests/test.adb.html: Update expected results. * tests/test.adb: Add use of 'Length attribute. * src/ada.lang: Treat character literals more precisely. diff --git a/tests/Makefile.am b/tests/Makefile.am index 56d9950..c223bb2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1323,6 +1323,6 @@ CLEANFILES = *.out.html *.out.txt *.out.tex *.err_out *.unknown_out *.out.debug clean_html: rm -f *.h.html *.java.html *.cc.html *.pas.html *.pl.html *.pm.html *.php3.html *.py.html *.chlog.html *.chlog_css.html *.l.html test_xhtml*.html test_notfixed.html test_css.html test_css_nodoc.html test_header.html *.rb.html *.js.html *.java.txt *.java.tex *.h.docbook *.java.texinfo *.lua.html *.ml.html *.sml.html test_*_lines.html *.log.html *.y.html *.simple.html *.ngroups.html *.tex.html *.lgt.html *.diff.html *.lang.html *.htm.html *.style.html *.cs.html *.xml.html *.sh.html *.url.html *.txt.html *.unknown.html *.tcl.html *.bib.html *.makefile.html *.css.html *.ps.html *.sl.html *.isolate.html *.backref.html *.c.html *.wdefault.html *.wodefault.html *.properties.html *.desktop.html *.lsm.html *.spec.html *.hx.html *.fortran.html *.fixed-fortran.html *.hx.html *.m4.html *.scala.html *.adb.html *.conf.html *.xorg.html -DISTCLEANFILES=my_test_ref_tmp.tags $(TEMP_TAGFILE) +DISTCLEANFILES=my_test_ref_tmp.tags $(TEMP_TAGFILE) *testtmp #DISTCLEANFILES=test_ref.xhtml test_ref.tags test_ref.tags tags test_ref.tex test_ref_post.tex test_ref.texinfo syslog.style.html test_ref.docbook |