Changeset 222


Ignore:
Timestamp:
19-05-07 00:04:59 (6 years ago)
Author:
thomas
Message:
  • etc/bash_completion.d/Makefile.am: update also when a moap subdir changes
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r221 r222  
     12007-05-19  Thomas Vander Stichele  <thomas at apestaart dot org> 
     2 
     3        * etc/bash_completion.d/Makefile.am: 
     4          update also when a moap subdir changes 
     5 
    162007-05-19  Thomas Vander Stichele  <thomas at apestaart dot org> 
    27 
  • trunk/etc/bash_completion.d/Makefile.am

    r167 r222  
    99ENTRY = moap.main.Moap 
    1010 
    11 moap: bash-compgen $(top_srcdir)/moap 
     11moap: bash-compgen $(top_srcdir)/moap $(top_srcdir)/moap/* 
    1212        PYTHONPATH=$(top_srcdir):$$PYTHONPATH $(srcdir)/bash-compgen \ 
    1313                $(completion_DATA) $(ENTRY) > $@ 
Note: See TracChangeset for help on using the changeset viewer.