From 1162e4070d90f0fb19a84e977ce2ef00a85444b6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Wed, 15 Jun 2016 20:33:47 +0200 Subject: [PATCH] fixed formatting typo --- src/ptask/ptask.adoc | 2 +- www/ptask/ptask.html | 81 ++++++++++++++++++++++++++++++---------------------- 2 files changed, 48 insertions(+), 35 deletions(-) diff --git a/src/ptask/ptask.adoc b/src/ptask/ptask.adoc index e909468..26d1f21 100644 --- a/src/ptask/ptask.adoc +++ b/src/ptask/ptask.adoc @@ -65,7 +65,7 @@ For Ubuntu 12.10: ---- sudo apt-get install autoconf automake asciidoc cppcheck gcc gettext autopoint help2man libgtk-3-dev libjson0-dev make perl ---- +---- === Download sources diff --git a/www/ptask/ptask.html b/www/ptask/ptask.html index bfd8a6e..d8f1e53 100644 --- a/www/ptask/ptask.html +++ b/www/ptask/ptask.html @@ -123,70 +123,83 @@ version of ptask for the last released version of Ubuntu.

-
sudo apt-get install autoconf automake asciidoc cppcheck gcc gettext autopoint help2man libgtk-3-dev libjson0-dev make perl
----
-
-=== Download sources
-
-Download a source tarballs of a release and extracts its content:
+
sudo apt-get install autoconf automake asciidoc cppcheck gcc gettext autopoint help2man libgtk-3-dev libjson0-dev make perl
+ +
+

Download sources

-

mkdir TMP_DIR -cd TMP_DIR -wget http://wpitchoune.net/ptask/files/ptask-last.tar.gz -tar -xzvf ptask-last.tar.gz -cd ptask-*

+

Download a source tarballs of a release and extracts its content:

-
Alternatively, you can get the last development snapshot of the
-sources directly from the GIT source repository:
+
mkdir TMP_DIR
+cd TMP_DIR
+wget http://wpitchoune.net/ptask/files/ptask-last.tar.gz
+tar -xzvf ptask-last.tar.gz
+cd ptask-*
-

mkdir TMP_DIR -cd TMP_DIR -git clone http://git.wpitchoune.net/ptask.git -cd ptask

+

Alternatively, you can get the last development snapshot of the +sources directly from the GIT source repository:

-
=== Compilation
+
mkdir TMP_DIR
+cd TMP_DIR
+git clone http://git.wpitchoune.net/ptask.git
+cd ptask
-
-
/configure
-

make clean all

+
+

Compilation

-
=== Installation
+
./configure
+make clean all
-
-

make install

+
+

Installation

-
== Resources
-
-* Home page: http://wpitchoune.net/ptask.
-
-* Source tarballs: http://wpitchoune.net/ptask/files.
-
-== Contact
-
-Bugs and comments can be sent to jeanfi@gmail.com.
+
make install
+
+
+
+
+

Resources

+
+
+ +
+
+
+
+

Contact

+
+
+

Bugs and comments can be sent to jeanfi@gmail.com.

-- 2.7.4