[vlc-devel] commit: Remove broken rules (Christophe Mutricy )
git version control
git at videolan.org
Thu Mar 26 23:54:02 CET 2009
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Thu Mar 26 22:50:11 2009 +0000| [c8a1d50d6519f12c589943510f86272bc233a8a3] | committer: Christophe Mutricy
Remove broken rules
Better use intltool-update -m and our brains
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c8a1d50d6519f12c589943510f86272bc233a8a3
---
Makefile.am | 25 -------------------------
1 files changed, 0 insertions(+), 25 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index de908dd..6ad5d6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1208,37 +1208,12 @@ package-translations:
###############################################################################
# PO translation files update
-# Generate po/POTFILES.in which lists all the files containing translatable
-# strings. Find all source files and remove the generated files
###############################################################################
.PHONY: update-po
update-po:
- rm -f $(top_srcdir)/po/POTFILES.in
- { \
- cd $(top_srcdir) && \
- echo "# automatically created by make update-po" ; \
- echo "" ; \
- echo "# main sources" ; \
- find include src -name '*.[chm]' -o -name '*.[ch]pp' \
- | grep -v '\(misc/modules_\|src/misc/revision.c\|modules/builtin.h\|include/vlc_about.h\)' \
- | sort ; \
- echo "" ; \
- echo "# modules" ; \
- find modules -name '*.[chm]' -o -name '*.[ch]pp' -o -name '*.ui' \
- | grep -v '\(\.moc\.\|gui/gtk2/\)' \
- | grep -vE 'qt4/ui/.*.h' \
- | grep -v 'qt4/resources.cpp\|qt4/dialogs/about.hpp' \
- | grep -v 'gui/opie' \
- | grep -v 'wxwidgets' \
- | grep -v 'mux/rtp/' \
- | grep -v 'demux/rtpxiph.c' \
- | sort ; \
- } > $(top_srcdir)/po/POTFILES.in
- rm -f $(top_srcdir)/po/vlc.pot
cd po && $(MAKE) POTFILES vlc.pot update-po
-#cd po && $(MAKE) update-po
###############################################################################
# Enforce Mac OS X deployment target environment variable
More information about the vlc-devel
mailing list