Signed-off-by: Mike Holmes <[email protected]>
---
 doc/Makefile.am                   | 3 ---
 doc/Makefile.inc                  | 2 --
 doc/implementers-guide/.gitignore | 1 +
 doc/process-guide/.gitignore      | 2 ++
 doc/users-guide/.gitignore        | 1 +
 5 files changed, 4 insertions(+), 5 deletions(-)
 create mode 100644 doc/implementers-guide/.gitignore
 create mode 100644 doc/process-guide/.gitignore
 create mode 100644 doc/users-guide/.gitignore

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 2a38106..ec05764 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,3 @@
 if user_guide
-clean-local:
-       rm -rf output
-
 SUBDIRS = images implementers-guide users-guide process-guide
 endif
diff --git a/doc/Makefile.inc b/doc/Makefile.inc
index 8491b92..3f31e9a 100644
--- a/doc/Makefile.inc
+++ b/doc/Makefile.inc
@@ -1,4 +1,2 @@
 .adoc.html:
-       @mkdir -p $(top_srcdir)/doc/output
        asciidoc -a data-uri -b html5  -a icons -a toc2  -a max-width=55em 
--out-file=$@ $<
-       mv $@ $(top_srcdir)/doc/output/$@
diff --git a/doc/implementers-guide/.gitignore 
b/doc/implementers-guide/.gitignore
new file mode 100644
index 0000000..ec4799d
--- /dev/null
+++ b/doc/implementers-guide/.gitignore
@@ -0,0 +1 @@
+implementers-guide.html
diff --git a/doc/process-guide/.gitignore b/doc/process-guide/.gitignore
new file mode 100644
index 0000000..7632500
--- /dev/null
+++ b/doc/process-guide/.gitignore
@@ -0,0 +1,2 @@
+bylaws-guide.html
+release-guide.html
diff --git a/doc/users-guide/.gitignore b/doc/users-guide/.gitignore
new file mode 100644
index 0000000..eb4341a
--- /dev/null
+++ b/doc/users-guide/.gitignore
@@ -0,0 +1 @@
+users-guide.html
-- 
2.5.0

_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to