From b9d75e8f12c7a10f5e9ccda1fa050447097e2d8c Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 15 Feb 2005 21:31:45 +0000 Subject: [PATCH] forgot Makefile.am in doc git-svn-id: http://ltt.polymtl.ca/svn@871 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/doc/Makefile.am | 1 + ltt/branches/poly/doc/developer/Makefile.am | 3 +++ ltt/branches/poly/doc/developer/developer_guide/Makefile.am | 3 +++ ltt/branches/poly/doc/user/Makefile.am | 3 +++ ltt/branches/poly/doc/user/user_guide/Makefile.am | 3 +++ 5 files changed, 13 insertions(+) create mode 100644 ltt/branches/poly/doc/Makefile.am create mode 100644 ltt/branches/poly/doc/developer/Makefile.am create mode 100644 ltt/branches/poly/doc/developer/developer_guide/Makefile.am create mode 100644 ltt/branches/poly/doc/user/Makefile.am create mode 100644 ltt/branches/poly/doc/user/user_guide/Makefile.am diff --git a/ltt/branches/poly/doc/Makefile.am b/ltt/branches/poly/doc/Makefile.am new file mode 100644 index 00000000..528d881c --- /dev/null +++ b/ltt/branches/poly/doc/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = developer user diff --git a/ltt/branches/poly/doc/developer/Makefile.am b/ltt/branches/poly/doc/developer/Makefile.am new file mode 100644 index 00000000..4306cca2 --- /dev/null +++ b/ltt/branches/poly/doc/developer/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS = developer_guide + +EXTRA_DIST = coding.html discuss.html format.html guiControlFlow.html gui_layout.txt hook_prio.txt index.html library-header.txt ltt-to-do.html lttv.html lttvwindow_events_delivery.txt process_traceset_strict_boundaries.txt program-header.txt requests_servicing_schedulers.txt status.html todo.html diff --git a/ltt/branches/poly/doc/developer/developer_guide/Makefile.am b/ltt/branches/poly/doc/developer/developer_guide/Makefile.am new file mode 100644 index 00000000..7df24ebb --- /dev/null +++ b/ltt/branches/poly/doc/developer/developer_guide/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS = docbook html + +EXTRA_DIST = developer_guide.dvi diff --git a/ltt/branches/poly/doc/user/Makefile.am b/ltt/branches/poly/doc/user/Makefile.am new file mode 100644 index 00000000..b4d5aabc --- /dev/null +++ b/ltt/branches/poly/doc/user/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS = user_guide + +EXTRA_DIST = guiEvents.html diff --git a/ltt/branches/poly/doc/user/user_guide/Makefile.am b/ltt/branches/poly/doc/user/user_guide/Makefile.am new file mode 100644 index 00000000..2f3c6237 --- /dev/null +++ b/ltt/branches/poly/doc/user/user_guide/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS = docbook html + +EXTRA_DIST = user_guide.dvi -- 2.34.1