org: some doc about the hierarchy

* doc/org/hierarchy.org, doc/org/hierarchy.tex: New files.
* doc/Makefile.am, doc/org/tools.org, NEWS: Add them.
This commit is contained in:
Alexandre Duret-Lutz 2017-01-11 22:57:49 +01:00
parent cf9ad8ebd1
commit 8754cea2ca
5 changed files with 874 additions and 3 deletions

View file

@ -1,5 +1,5 @@
## -*- coding: utf-8 -*-
## Copyright (C) 2010, 2011, 2013, 2014, 2015, 2016 Laboratoire de
## Copyright (C) 2010, 2011, 2013, 2014, 2015, 2016, 2017 Laboratoire de
## Recherche et Développement de l'Epita (LRDE).
## Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris
## 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
@ -83,6 +83,9 @@ ORG_FILES = \
org/dstar2tgba.org \
org/genltl.org \
org/hoa.org \
org/hierarchy.org \
org/hierarchy.tex \
$(srcdir)/org/hierarchy.png \
org/index.org \
org/install.org \
org/ioltl.org \
@ -127,6 +130,11 @@ $(srcdir)/org/arch.png: org/arch.tex
pdflatex -shell-escape arch.tex && \
rm -f arch.pdf arch.aux arch.log
$(srcdir)/org/hierarchy.png: org/hierarchy.tex
cd $(srcdir)/org && \
pdflatex -shell-escape hierarchy.tex && \
rm -f hierarchy.pdf hierarchy.aux hierarchy.log
$(srcdir)/org-stamp: $(ORG_FILES) $(configure_ac)
$(MAKE) org && touch $@