CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <[EMAIL PROTECTED]> 05/01/23 15:57:04
Modified files:
. : Makefile.am
Log message:
added zip-install target
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/Makefile.am.diff?tr1=1.22&tr2=1.23&r1=text&r2=text
Patches:
Index: wesnoth/Makefile.am
diff -u wesnoth/Makefile.am:1.22 wesnoth/Makefile.am:1.23
--- wesnoth/Makefile.am:1.22 Thu Jan 20 00:24:49 2005
+++ wesnoth/Makefile.am Sun Jan 23 15:57:04 2005
@@ -46,6 +46,9 @@
done
endif
+zip-install: install
+ $(top_srcdir)/utils/splittree "$(DESTDIR)$(pkgdatadir)" --zip
+
uninstall-local:
@$(NORMAL_UNINSTALL)
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \