forgot Makefile.am in doc
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 15 Feb 2005 21:31:45 +0000 (21:31 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 15 Feb 2005 21:31:45 +0000 (21:31 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@871 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/doc/Makefile.am [new file with mode: 0644]
ltt/branches/poly/doc/developer/Makefile.am [new file with mode: 0644]
ltt/branches/poly/doc/developer/developer_guide/Makefile.am [new file with mode: 0644]
ltt/branches/poly/doc/user/Makefile.am [new file with mode: 0644]
ltt/branches/poly/doc/user/user_guide/Makefile.am [new file with mode: 0644]

diff --git a/ltt/branches/poly/doc/Makefile.am b/ltt/branches/poly/doc/Makefile.am
new file mode 100644 (file)
index 0000000..528d881
--- /dev/null
@@ -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 (file)
index 0000000..4306cca
--- /dev/null
@@ -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 (file)
index 0000000..7df24eb
--- /dev/null
@@ -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 (file)
index 0000000..b4d5aab
--- /dev/null
@@ -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 (file)
index 0000000..2f3c623
--- /dev/null
@@ -0,0 +1,3 @@
+SUBDIRS = docbook html
+
+EXTRA_DIST = user_guide.dvi
This page took 0.024391 seconds and 4 git commands to generate.