Commit 3f3faf013cb874b030abcd464c814b7aa408d3d2

Authored by Perry Werneck
1 parent 5eccd26d

Corrigindo geração de arquivo .pot

Showing 2 changed files with 3 additions and 1 deletions   Show diff stats
Makefile.in
... ... @@ -174,6 +174,8 @@ clean: \
174 174  
175 175 @rm -fr $(BINDIR)
176 176 @rm -fr $(POTDIR)
  177 + @rm -f $(PACKAGE_TARNAME).pot
  178 +
177 179  
178 180  
179 181  
... ...
src/pw3270/common/Makefile.in
... ... @@ -85,7 +85,7 @@ $(OBJRLS)/%.o: \
85 85  
86 86 $(POTDIR)/%.pot: %.c
87 87  
88   - @$(notdir $@) ...
  88 + @echo $(notdir $@) ...
89 89 @$(MKDIR) `dirname $@`
90 90 @$(XGETTEXT) \
91 91 --default-domain=$(PACKAGE) \
... ...