[gegl] doc: change development notes wrt ascii doc



commit f1f7e76dd8504f5df4e257ab62218536893e1778
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Mon Nov 19 22:09:09 2012 +0100

    doc: change development notes wrt ascii doc

 docs/copyright.txt   |    4 ++--
 docs/development.txt |   30 ++----------------------------
 2 files changed, 4 insertions(+), 30 deletions(-)
---
diff --git a/docs/copyright.txt b/docs/copyright.txt
index 66444b9..ce4d6e0 100644
--- a/docs/copyright.txt
+++ b/docs/copyright.txt
@@ -1,5 +1,5 @@
 Copyright
-~~~~~~~~~
+---------
 GEGL is free software; you can redistribute it and/or modify it under the terms
 of the link:LGPL[GNU Lesser General Public License] and link:GPL[GNU General
 Public License] as published by the Free Software Foundation; either version 3
@@ -8,7 +8,7 @@ licensed under LGPL while the sample commandline application and GUI binary
 gegl is licensed under GPL.
 
 Contributors
-~~~~~~~~~~~~
+------------
 Many people have contributed to GEGL
 http://www.ohloh.net/projects/4349/analyses/latest[over time] the following
 lists are are ordered chronologically according to when they are mentioned in
diff --git a/docs/development.txt b/docs/development.txt
index 0b8be68..432e597 100644
--- a/docs/development.txt
+++ b/docs/development.txt
@@ -200,34 +200,8 @@ All documentation resources are placed in /doc and the generation is controlled
 
 === asciidoc
 
-This example will show how this howto was added.
-
-- Add in `Makefile.am` a new target named `documentation-howto.html` in
-the existing list of html files to generate:
-
-  if HAVE_ASCIIDOC
-  	HTML_FILES += index.html documentation-howto.html
-  endif
-
-- Add in `Makefile.am` the target:
-
- documentation-howto.html: documentation-howto.txt
- if HAVE_ASCIIDOC
- 	@echo "HTML: $@"
- 	cp $< $@
- 	$(ASCIIDOC) --unsafe  -o $@ -a stylesdir=`pwd` -a toc -a theme=gegl -a quirks! $<
- else
- 	@echo "*** asciidoc must be available in order to make dist"
- 	@false
- endif
-
-- Create a new `documentation-howto.txt` file with this content:
-
- == Documentation howto
-
- This document describes how to document GEGL using it's build system.
-
-- Type `make` and the `documentation-howto.txt` will be converted into `documentation-howto.html`
+Add .txt files to the docs dir, and type $ make sync-txt # this will cause the
+text file to be added to the html pages to generate.
 
 === enscript
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]