Commit a81c7dc41a095f70d168c8c74411b163280cd0e8

Authored by Perry Werneck
1 parent 8df070ac

Fixing release build

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
Makefile.in
... ... @@ -217,8 +217,7 @@ $(POTDIR)/%.pot: \
217 217  
218 218 @echo $(notdir $@) ...
219 219 @mkdir -p `dirname $@`
220   - @$(MAKE) -C modules/$(basename $(notdir $@)) locale
221   - @cp modules/$(basename $(notdir $@))/$(basename $(notdir $@)).pot $@
  220 + @$(MAKE) -C modules/$(basename $(notdir $@)) $@
222 221  
223 222 $(POTDIR)/%.pot: \
224 223 ./%/*
... ... @@ -249,6 +248,7 @@ locale: \
249 248 locale/$(PACKAGE_TARNAME).pot: \
250 249 $(POTDIR)/pw3270.pot \
251 250 $(POTDIR)/lib3270.pot \
  251 + $(POTDIR)/libv3270.pot \
252 252 $(POTDIR)/ui.pot \
253 253 $(foreach PLG, $(PLUGINS), $(POTDIR)/plugins/$(PLG).pot)
254 254  
... ...