diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 743f4e996b..85790bc04a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -184,8 +184,8 @@ The following LyX key bindings have been changed: The following LyX documents have been moved: -- 'AEA', 'JASA', 'springer', and 'thesis' have been moved from templates - to examples (see #8643). +- 'AEA', 'JASA', 'springer', 'ACM-siggraph', and 'thesis' have been moved + from templates to examples (see #8643). Changes with respect to external programs and libraries: diff --git a/lib/Makefile.am b/lib/Makefile.am index 49cb071946..35f7746403 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -261,6 +261,7 @@ dist_ukexamples_DATA = \ examplesdir = $(pkgdatadir)/examples dist_examples_DATA = \ + examples/ACM-siggraph.lyx \ examples/AEA.lyx \ examples/Braille.lyx \ examples/CV-image.eps \ @@ -2108,7 +2109,6 @@ templatesdir = $(pkgdatadir)/templates dist_templates_DATA = \ templates/aa.lyx \ templates/aastex.lyx \ - templates/ACM-siggraph.lyx \ templates/ACM-sigplan.lyx \ templates/AGUTeX.lyx \ templates/AGU_article.lyx \ diff --git a/lib/templates/ACM-siggraph.lyx b/lib/examples/ACM-siggraph.lyx similarity index 100% rename from lib/templates/ACM-siggraph.lyx rename to lib/examples/ACM-siggraph.lyx