/[bison]/bison/Makefile.maint
ViewVC logotype

Diff of /bison/Makefile.maint

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6.2.2 by akim, Mon Aug 27 10:14:05 2001 UTC revision 1.6.2.3 by akim, Mon Aug 27 10:44:39 2001 UTC
# Line 58  move_if_change ?= move-if-change Line 58  move_if_change ?= move-if-change
58  # ------------------- #  # ------------------- #
59    
60  po_repo = http://www.iro.umontreal.ca/contrib/po/maint/$(PACKAGE)  po_repo = http://www.iro.umontreal.ca/contrib/po/maint/$(PACKAGE)
61  .PHONY po-update:  .PHONY: do-po-update po-update
62  po-update:  do-po-update:
63          cd $(srcdir)/po && wget -r -l1 -nd --no-parent -A '*.po' $(po_repo)          cd $(srcdir)/po && wget -r -l1 -nd --no-parent -A '*.po' $(po_repo)
64          rm $(srcdir)/po/index.html          rm $(srcdir)/po/index.html
65          cd po && make update-po          cd po && $(MAKE) update-po
66          make po-check          $(MAKE) po-check
67    
68    po-update:
69            if test -d "po"; then \
70              $(MAKE) do-po-update; \
71            fi
72    
73  # -------------------------- #  # -------------------------- #
74  # Updating GNU build tools.  #  # Updating GNU build tools.  #

Legend:
Removed from v.1.6.2.2  
changed lines
  Added in v.1.6.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26