From: Gildas Bazin Date: Wed, 5 Mar 2003 19:58:47 +0000 (+0000) Subject: * Makefile.am: make package-win32 creates FAQ.htm not faq.htm. X-Git-Tag: 0.5.2~36 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=43a1a2b0bd45e032540cb07b9446506885e808f0;p=vlc * Makefile.am: make package-win32 creates FAQ.htm not faq.htm. --- diff --git a/Makefile.am b/Makefile.am index 04f42f0cce..3604f8cc83 100644 --- a/Makefile.am +++ b/Makefile.am @@ -547,7 +547,7 @@ package-win32: done cd doc/faq ; $(MAKE) html ; cd ../.. ; - cp doc/faq/index.html tmp/faq.htm ; + cp doc/faq/index.html tmp/FAQ.htm ; # Create package wine ~/.wine/fake_windows/Program\ Files/NSIS/makensis.exe -- /DVERSION=${VERSION} tmp/nsi