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

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

[Wesnoth-cvs-commits] wesnoth Makefile.am Makefile.in


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth Makefile.am Makefile.in
Date: Sat, 11 Sep 2004 15:50:19 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    04/09/11 19:45:10

Modified files:
        .              : Makefile.am Makefile.in 

Log message:
        cause "make clean" to remove the .mo links used to run in-place

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/Makefile.am.diff?tr1=1.13&tr2=1.14&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/Makefile.in.diff?tr1=1.45&tr2=1.46&r1=text&r2=text

Patches:
Index: wesnoth/Makefile.am
diff -u wesnoth/Makefile.am:1.13 wesnoth/Makefile.am:1.14
--- wesnoth/Makefile.am:1.13    Thu Sep  2 09:36:11 2004
+++ wesnoth/Makefile.am Sat Sep 11 19:45:10 2004
@@ -53,6 +53,9 @@
        if test -d $(datadir) ; then echo `rmdir $(datadir)` ; fi
        if test -d $(prefix) ; then echo `rmdir $(prefix)` ; fi
 
+clean-local:
+       rm -rf po/*/LC_MESSAGES
+
 BINARY_STAGING=/tmp/$(PACKAGE)-$(VERSION)-staging
 BINARY_DIST=/tmp/$(PACKAGE)-binary-$(VERSION).tar.gz
 DATA_DIST=/tmp/$(PACKAGE)-data-$(VERSION).tar.gz
Index: wesnoth/Makefile.in
diff -u wesnoth/Makefile.in:1.45 wesnoth/Makefile.in:1.46
--- wesnoth/Makefile.in:1.45    Sat Sep 11 05:39:12 2004
+++ wesnoth/Makefile.in Sat Sep 11 19:45:10 2004
@@ -684,7 +684,7 @@
        @echo "it deletes files that may require special tools to rebuild."
 clean: clean-recursive
 
-clean-am: clean-generic mostlyclean-am
+clean-am: clean-generic clean-local mostlyclean-am
 
 distclean: distclean-recursive
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
@@ -738,7 +738,7 @@
 uninstall-man: uninstall-man6
 
 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
-       check-am clean clean-generic clean-recursive ctags \
+       check-am clean clean-generic clean-local clean-recursive ctags \
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
        dist-tarZ dist-zip distcheck distclean distclean-generic \
        distclean-hdr distclean-recursive distclean-tags \
@@ -790,6 +790,9 @@
        if test -d $(datadir) ; then echo `rmdir $(datadir)` ; fi
        if test -d $(prefix) ; then echo `rmdir $(prefix)` ; fi
 
+clean-local:
+       rm -rf po/*/LC_MESSAGES
+
 binary-dist:
        @rm -rf $(BINARY_STAGING) $(BINARY_DIST)
        @make install-exec DESTDIR=$(BINARY_STAGING)




reply via email to

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