From 42e28b204a95ad20757a658d18815e67492030dd Mon Sep 17 00:00:00 2001 From: brendan Date: Mon, 17 Nov 2003 02:31:07 +0000 Subject: [PATCH] Whoops, put manual back in dist. I would have caught this at home if I could make dist, but HFS+ case-preserving/insensitive FS causes make dist to fail in the debian directory. Automake sees changelog, thinks it is ChangeLog, and adds it to make dist automatically, but then make can't find ChangeLog because it is actually changelog. Grr. svn path=/trunk/icecast/; revision=5584 --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 11e0ab8c..d14726ec 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -10,4 +10,4 @@ doc_DATA = icecast2_TOC.html icecast2_admin.html icecast2_basicsetup.html \ EXTRA_DIST = Index.hhk icecast2.chm icecast2.hhc icecast2.hhp index_win32.html \ stats1.jpg style.css win32_section1.html win32_section2.html \ - win32_section3.html windowtitle.jpg + win32_section3.html windowtitle.jpg $(doc_DATA)