Commit 6103e5df05cdf30205e72afc7996d96410d83676

Authored by Perry Werneck
1 parent 25647760

Fixing locale file name.

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
Makefile.in
... ... @@ -267,7 +267,7 @@ install-static: \
267 267 $(DESTDIR)$(libdir)/pkgconfig/lib3270-static.pc
268 268  
269 269 install-dev: \
270   - $(POTDIR)/$(LIBNAME).pot
  270 + $(POTDIR)/lib3270.pot
271 271  
272 272 @mkdir -p $(DESTDIR)$(includedir)/lib3270
273 273  
... ... @@ -287,7 +287,7 @@ install-dev: \
287 287  
288 288 # Install translation files
289 289 @$(MKDIR) $(DESTDIR)$(datarootdir)/pw3270/pot
290   - @$(INSTALL_DATA) $(POTDIR)/$(LIBNAME).pot $(DESTDIR)$(datarootdir)/pw3270/pot/$(LIBNAME).pot
  290 + @$(INSTALL_DATA) $(POTDIR)/lib3270.pot $(DESTDIR)$(datarootdir)/pw3270/pot/lib3270.pot
291 291  
292 292 #---[ Misc Targets ]---------------------------------------------------------------------
293 293  
... ... @@ -327,7 +327,7 @@ $(BASEDIR)/src/include/lib3270/actions.h: \
327 327  
328 328 @$(BINDIR)/mkactions@EXEEXT@ -o $@
329 329  
330   -$(POTDIR)/$(LIBNAME).pot: \
  330 +$(POTDIR)/lib3270.pot: \
331 331 $(foreach SRC, $(basename $(SOURCES)), $(POTDIR)/$(LIBNAME)/$(SRC).pot)
332 332  
333 333 @rm -f $@
... ... @@ -335,7 +335,7 @@ $(POTDIR)/$(LIBNAME).pot: \
335 335 @$(MSGCAT) --sort-output $^ > $@
336 336  
337 337 locale: \
338   - $(POTDIR)/$(LIBNAME).pot
  338 + $(POTDIR)/lib3270.pot
339 339  
340 340  
341 341 #---[ Debug Targets ]--------------------------------------------------------------------
... ...