On Nov 17, 2011, at 11:11 , Jon Elson wrote: > Sebastian Kuzminsky wrote: >> If so, I request that you change your work flow. The work flow above means >> we get a bunch of untested commits in our set-in-stone history, and that's >> not optimal. "git push" shouldn't happen until you have something that >> you're pretty happy with and that you're pretty confident will be an >> improvement for everyone. >> > OK, can you tell me what packages I need, and what script I run to test > these asciidoc => pdf > here? I have no idea how to do it. Of COURSE, I do test all C source code.
To see what packages you need to have installed: cd debian ./configure -a (or ./configure sim) cd .. dpkg-checkbuilddeps Then, to build the docs: cd src ./autogen.sh ./configure --enable-build-documentation make That'll put the pdfs in docs/. -- Sebastian Kuzminsky ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
