# HG changeset patch # User John W. Eaton # Date 1284576489 14400 # Node ID 5360734281823edc804f208ebc3a928406adc3b4 # Parent 1cbfb15892c9956824b79fed246f97a75ac948eb include doc/interpreter/images.awk in the distribution tar file diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-09-15 John W. Eaton + + * interpreter/Makefile.am (EXTRA_DIST): Add images.awk to the list. + 2010-08-15 Rik * interpreter/matrx.txi: Add documentation for randi function. diff --git a/doc/interpreter/Makefile.am b/doc/interpreter/Makefile.am --- a/doc/interpreter/Makefile.am +++ b/doc/interpreter/Makefile.am @@ -218,6 +218,7 @@ contributors.in \ find-docstring-files.sh \ images \ + images.awk \ images.mk \ mk_doc_cache.m \ mkcontrib.awk \