7ce5e79 Add 'api' and 'aci' targets to make

1 file Authored by abbra 3 years ago, Committed by rcritten 3 years ago,
1 file changed. 14 lines added. 2 lines removed.
    Add 'api' and 'aci' targets to make
    
    'makeapi' and 'makeaci' has to be run in a particular environment that
    forces IPA Python modules from the source tree used instead of what
    might be installed system-wide.
    
    Create 'make api' and 'make aci' targets to provide easy access to them.
    
    Make sure we run Python interpreter with PYTHONPATH set to force use of
    the source tree.
    
    Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
    
        
file modified
+14 -2