Browse Source

* Modules.am: (Hopefully) fixed make update-po.

pull/2/head
Christophe Massiot 21 years ago
parent
commit
29961faf41
  1. 2
      Makefile.am

2
Makefile.am

@ -1076,7 +1076,7 @@ update-po:
| sort ; \
} > $(top_srcdir)/po/POTFILES.in
rm -f $(top_srcdir)/po/vlc.pot
cd po && $(MAKE) POTFILES $(top_srcdir)/../po/vlc.pot update-po
cd po && $(MAKE) POTFILES vlc.pot update-po
#cd po && $(MAKE) update-po

Loading…
Cancel
Save