← Back to team overview

uonedb-qt team mailing list archive

[Merge] lp:~kalikiana/u1db-qt/hackingDocs into lp:u1db-qt

 

Christian Dywan has proposed merging lp:~kalikiana/u1db-qt/hackingDocs into lp:u1db-qt.

Commit message:
Mention BUILD_DOC flag in HACKING file

Requested reviews:
  U1DB Qt developers (uonedb-qt)

For more details, see:
https://code.launchpad.net/~kalikiana/u1db-qt/hackingDocs/+merge/205426
-- 
https://code.launchpad.net/~kalikiana/u1db-qt/hackingDocs/+merge/205426
Your team U1DB Qt developers is requested to review the proposed merge of lp:~kalikiana/u1db-qt/hackingDocs into lp:u1db-qt.
=== modified file 'HACKING'
--- HACKING	2013-03-27 16:51:12 +0000
+++ HACKING	2014-02-07 17:08:30 +0000
@@ -1,6 +1,6 @@
 *** Building and installing ***
 
-cmake .; make
+cmake -DBUILD_DOCS=ON .; make
 sudo make install
 
 *** Test from the build folder ***


Follow ups