From 43a1a2b0bd45e032540cb07b9446506885e808f0 Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Wed, 5 Mar 2003 19:58:47 +0000 Subject: [PATCH] * Makefile.am: make package-win32 creates FAQ.htm not faq.htm. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2