X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile.am;h=d997f492ab2d082c0d427687a88d0ae66edfac3b;hb=9e9bdac047954d570a8178dd826ec8f2fc5fa8f3;hp=8c7d12412d234ce60dfd7f70eddf30eb6df66767;hpb=1ca32753816ecba9e7fe35a78aef9d8fb2231ddd;p=vlc diff --git a/Makefile.am b/Makefile.am index 8c7d12412d..d997f492ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,8 +80,6 @@ ChangeLog: Makefile.am ############################################################################### EXTRA_DIST += \ - extras/package/macosx/Resources/English.lproj/MainMenu.nib/classes.nib \ - extras/package/macosx/Resources/English.lproj/MainMenu.nib/info.nib \ extras/package/macosx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib \ extras/package/macosx/Resources/English.lproj/MediaInfo.nib/classes.nib \ extras/package/macosx/Resources/English.lproj/MediaInfo.nib/info.nib \ @@ -1141,9 +1139,6 @@ update-po: | grep -v 'mux/rtp/' \ | grep -v 'demux/rtpxiph.c' \ | sort ; \ - echo "#bindings" ; \ - find bindings -name '*.[chm]' -o -name '*.[ch]pp' \ - |sort ; \ } > $(top_srcdir)/po/POTFILES.in rm -f $(top_srcdir)/po/vlc.pot cd po && $(MAKE) POTFILES vlc.pot update-po