<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/Documentation/Makefile, branch v4.0</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.0</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.0'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2013-12-10T13:38:45Z</updated>
<entry>
<title>Fix asciidoc CSS path</title>
<updated>2013-12-10T13:38:45Z</updated>
<author>
<name>Sergey Starosek</name>
<email>sergey.starosek@gmail.com</email>
</author>
<published>2013-12-10T11:47:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=12981030a563669a9560d4af71c389d9cad52380'/>
<id>urn:sha1:12981030a563669a9560d4af71c389d9cad52380</id>
<content type='text'>
Both JS and CSS resources need to be embedded into HTML

Signed-off-by: Sergey Starosek &lt;sergey.starosek@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Updated user manual</title>
<updated>2013-12-09T20:38:16Z</updated>
<author>
<name>Willem Ferguson</name>
<email>willemferguson@zoology.up.ac.za</email>
</author>
<published>2013-12-09T20:04:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8b74ffc35b24db4fa65cc002f6cb3600734c248c'/>
<id>urn:sha1:8b74ffc35b24db4fa65cc002f6cb3600734c248c</id>
<content type='text'>
1) Added Main Menu items description
2) Added Divelogs.de description
3) Removed paragraph defining EAD &amp; END
4) Several typos corrected
5) Positions of several figures standardised to align="central"

Signed-off-by: Willem Ferguson &lt;willemferguson@zoology.up.ac.za&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix possible compatibility issue with asciidoc</title>
<updated>2013-12-09T15:12:36Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-12-09T15:12:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4675ab0617ed4536ad0196c7a09035b9c586dff7'/>
<id>urn:sha1:4675ab0617ed4536ad0196c7a09035b9c586dff7</id>
<content type='text'>
Apparently some version os asciidoc don't support the --theme option.
Work around this by using -a theme='theme' instead.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update to manual</title>
<updated>2013-12-09T12:54:11Z</updated>
<author>
<name>Willem Ferguson</name>
<email>willemferguson@zoology.up.ac.za</email>
</author>
<published>2013-12-08T15:48:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3a49ad6ba5e8634e8653a60b5be3a75f2bc79959'/>
<id>urn:sha1:3a49ad6ba5e8634e8653a60b5be3a75f2bc79959</id>
<content type='text'>
- Companion app added
- Figures updated &amp; reorganised
- Small amount of reorganisation of text
- Typos corrected

Signed-off-by: Willem Ferguson &lt;willemferguson@zoology.up.ac.za&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add compact style to the Documentation</title>
<updated>2013-12-08T06:50:34Z</updated>
<author>
<name>Willem Ferguson</name>
<email>willemferguson@zoology.up.ac.za</email>
</author>
<published>2013-12-08T06:14:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d84f397790e1d2f3542a9eed978aa3e456c2976b'/>
<id>urn:sha1:d84f397790e1d2f3542a9eed978aa3e456c2976b</id>
<content type='text'>
The Makefile changes were authored by Dirk, the CSS is based on a public
domain CSS file and authored by Willem

Signed-off-by: Willem Ferguson &lt;willemferguson@zoology.up.ac.za&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Implement a qmake-based build for Subsurface</title>
<updated>2013-10-09T06:29:33Z</updated>
<author>
<name>Thiago Macieira</name>
<email>thiago@macieira.org</email>
</author>
<published>2013-10-07T00:52:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=67e49d6480126968a1d87a12ae6e967b861e8909'/>
<id>urn:sha1:67e49d6480126968a1d87a12ae6e967b861e8909</id>
<content type='text'>
This is working for me, but requires a bit more testing. To build,
run:
  qmake [options]

Where options might be:
  V=1               disable "silent" build
  LIBDCDEVEL=1      use side-by-side libdivecomputer
  INCLUDEPATH+=xxx  add -Ixxx (e.g., INCLUDEPATH+=/usr/local/marble/include)
  LIBS+=xxx         add xxx to the linker flags (e.g. LIBS+=-L/usr/local/marble/lib)
  or any other qmake option, including debug and release options

If your distribution is already using qtchooser in place of qmake, you
may need to pass an extra option to qmake to select the a
cross-build. For example:

  qmake -qt=i686-w64-mingw32-qt4

If your distribution is not yet using qtchooser, then you need to file
a bug report requesting it and you need to run the full path to qmake.

Note:
 - there are some ### left in the buildsystem

Signed-off-by: Thiago Macieira &lt;thiago@macieira.org&gt;
</content>
</entry>
<entry>
<title>Crude hack to stop the build from failing without asciidoc</title>
<updated>2013-08-05T15:22:11Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-08-05T15:22:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=de8bfe9bc337050bf5e63e853365c316735b2b06'/>
<id>urn:sha1:de8bfe9bc337050bf5e63e853365c316735b2b06</id>
<content type='text'>
This could be made much more elegant. For now it serves its purpose.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Makefile quorks :( Yes we want a 'doc' target for itself...</title>
<updated>2013-02-19T23:16:41Z</updated>
<author>
<name>Cristian Ionescu-Idbohrn</name>
<email>cristian.ionescu-idbohrn@axis.com</email>
</author>
<published>2013-02-19T21:46:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=806f4f87e043384c62b8d119fd2ae45ba7e31715'/>
<id>urn:sha1:806f4f87e043384c62b8d119fd2ae45ba7e31715</id>
<content type='text'>
...to avoid generating the HTMLDOC target even if it needs not to.

Signed-off-by: Cristian Ionescu-Idbohrn &lt;cristian.ionescu-idbohrn@axis.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Adding screen captures of dive planning</title>
<updated>2013-02-19T14:55:38Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2013-02-19T05:39:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8facc61e8f04ba48d52662b07a982c3af877c2b1'/>
<id>urn:sha1:8facc61e8f04ba48d52662b07a982c3af877c2b1</id>
<content type='text'>
[Dirk Hohndel: removed the images folder from the Documentation directory
               Makefile clean target]

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Cleanup more and rearrange targets.</title>
<updated>2013-02-19T14:51:29Z</updated>
<author>
<name>Cristian Ionescu-Idbohrn</name>
<email>cristian.ionescu-idbohrn@axis.com</email>
</author>
<published>2013-02-19T14:04:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=17638aa7b0984352f5f5b360d0bfe50e4ee8235f'/>
<id>urn:sha1:17638aa7b0984352f5f5b360d0bfe50e4ee8235f</id>
<content type='text'>
Signed-off-by: Cristian Ionescu-Idbohrn &lt;cristian.ionescu-idbohrn@axis.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
