summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rw-r--r--doc/html/Makefile.am1
-rw-r--r--doc/html/images/Makefile.am4
3 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7e68e959..df9f3b17 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 d9dc3438..536b459f 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 e69d17e9..55b1d9e5 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)