PlanFacile (Easy plan, in french) is a small tool to help people to
write a document on a particular subject.
Copyright (C) 2005  Julien BRUGUIER

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

In order to read the documentation, you must install PlanFacile before.

Then, as the files distributed along the compiler are real examples of source
files, you should compile all documentations with PlanFacile.

The following lines are the commands you should enter in a terminal to ensure
an painless reading of the documentation : (replace compilateur by standard
or tutorial for the other documentation parts)

[doc] $ cp compilateur /tmp
[doc] $ cd /tmp
[tmp] $ su -c "chown -R user:user compilateur"
Password:
[tmp] $ chmod -R a+rw compilateur/
[tmp] $ cd compilateur
[compilateur] $ make html

	or

[compilateur] $ make pdf #require LaTeX

Have a nice reading of the documentation.
