[gedit] Fix distcheck failure introduced by previous rename of file



commit a34cf36c78a866b6327487c6dae8c0f6c7b6cd41
Author: Jesse van den Kieboom <jesse icecrew nl>
Date:   Mon Sep 21 17:07:14 2009 +0200

    Fix distcheck failure introduced by previous rename of file
    
    Rename of file win32/build-installer introduced by commit 718dd01a was
    not renamed in win32/Makefile.am EXTRA_DIST causing distcheck to fail.

 win32/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/Makefile.am b/win32/Makefile.am
index 3463500..7006780 100644
--- a/win32/Makefile.am
+++ b/win32/Makefile.am
@@ -1,4 +1,4 @@
 # Stuff to build the Windows installer:
-EXTRA_DIST = gedit.iss.in build-installer querymodules.bat
+EXTRA_DIST = gedit.iss.in build-installer.sh querymodules.bat
 
 -include $(top_srcdir)/git.mk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]