doc: Import the "Creating Projects" chapter by Visser & Dolstra.

This commit is contained in:
Ludovic Courtès
2011-03-16 22:50:09 +00:00
parent 3426bf59ff
commit b773b13e9b
3 changed files with 178 additions and 5 deletions

View File

@ -1,4 +1,4 @@
DOCBOOK_FILES = installation.xml introduction.xml manual.xml
DOCBOOK_FILES = installation.xml introduction.xml manual.xml projects.xml
EXTRA_DIST = $(DOCBOOK_FILES) manual.pdf
@ -18,6 +18,3 @@ manual.pdf : $(DOCBOOK_FILES)
install-data-local:
$(INSTALL) -d $(DESTDIR)$(datadir)/doc/hydra/manual
$(INSTALL_DATA) manual.pdf $(DESTDIR)$(datadir)/doc/hydra/manual