# HG changeset patch # User Paul Crowley # Date 1257781952 0 # Node ID 6b34a542133010876ff08b0ff200aba55c812141 # Parent f9bf8f84df7f86addf874c8cd05bf6ab7af877b0 Make the build target default diff -r f9bf8f84df7f -r 6b34a5421330 Makefile --- a/Makefile Mon Nov 09 15:46:05 2009 +0000 +++ b/Makefile Mon Nov 09 15:52:32 2009 +0000 @@ -8,6 +8,8 @@ INSTALL=install +build: build/html/index.html pythonbuild + setup-adduser: installfiles adduser inituser # WARNING: this is experimental @@ -30,8 +32,6 @@ pythonbuild: python setup.py build -build: build/html/index.html pythonbuild - pythoninstall: python setup.py install \ --install-purelib=$(LIBDIR) \