Revision 832aef24

b/DEVNOTES
1
Developer notes
2
===============
3

  
4
Configuring for development
5
---------------------------
6

  
7
sh autogen.sh && \
8
./configure --enable-maintainer-mode \
9
  --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var
b/Makefile.am
1 1
SUBDIRS = man lib scripts daemons doc test tools qa
2
EXTRA_DIST = NEWS
2
EXTRA_DIST = NEWS DEVNOTES
3 3

  
4 4
.PHONY: ganeti
5 5
ganeti:

Also available in: Unified diff