From 334defde11005a9f582c08d495c8fbe7f2c66076 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sat, 31 Jul 2004 22:56:34 +0000 Subject: [PATCH] last-minute additions to distribution list --- Makefile.am | 1 + doc/html/Makefile.am | 1 + doc/html/images/Makefile.am | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7e68e95..df9f3b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,6 +36,7 @@ EXTRA_DIST = \ COPYING.FDL \ COPYING.GPL \ COPYING.LGPL \ + COPYING.Xiph \ FLAC.dsw \ Makefile.lite \ all.dsp \ diff --git a/doc/html/Makefile.am b/doc/html/Makefile.am index d9dc343..536b459 100644 --- a/doc/html/Makefile.am +++ b/doc/html/Makefile.am @@ -27,6 +27,7 @@ doc_DATA = \ developers.html \ documentation.html \ download.html \ + faq.html \ features.html \ format.html \ goals.html \ diff --git a/doc/html/images/Makefile.am b/doc/html/images/Makefile.am index e69d17e..55b1d9e 100644 --- a/doc/html/images/Makefile.am +++ b/doc/html/images/Makefile.am @@ -22,6 +22,8 @@ docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html/images doc_DATA = \ 1x1.gif \ cafebug.gif \ - logo.jpg + logo.jpg \ + logo100.gif \ + logo130.gif EXTRA_DIST = $(doc_DATA) -- 2.7.4