wesnoth-cvs-commits
[Top][All Lists]
Advanced

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

[Wesnoth-cvs-commits] wesnoth/po Makefile.in.in


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/po Makefile.in.in
Date: Sat, 11 Sep 2004 17:05:46 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    04/09/11 21:00:31

Modified files:
        po             : Makefile.in.in 

Log message:
        added missing backslash in "make uninstall"

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/po/Makefile.in.in.diff?tr1=1.17&tr2=1.18&r1=text&r2=text

Patches:
Index: wesnoth/po/Makefile.in.in
diff -u wesnoth/po/Makefile.in.in:1.17 wesnoth/po/Makefile.in.in:1.18
--- wesnoth/po/Makefile.in.in:1.17      Thu Sep  9 22:19:46 2004
+++ wesnoth/po/Makefile.in.in   Sat Sep 11 21:00:31 2004
@@ -295,7 +295,7 @@
          for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
           for domain in `cat $(srcdir)/DOMAINS`; do \
            rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$$domain.mo; \
-          done;
+          done; \
          done; \
        done
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]