Changeset 138 for trunk/Makefile.in


Ignore:
Timestamp:
04/15/09 14:23:50 (15 years ago)
Author:
bas
Message:

Try a new setup method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r107 r138  
    2626
    2727compile:
    28         @echo "done compiling"
     28        python setup.py build
    2929
    3030install: install-conf install-examples install-pxemenu
     31        python ./setup.py install --prefix $(DESTDIR)/$(exec_prefix)
    3132        $(INSTALL) -d $(DESTDIR)$(SBIN_DIR)
    3233        $(INSTALL) -d $(DESTDIR)$(BIN_DIR)
Note: See TracChangeset for help on using the changeset viewer.