summaryrefslogtreecommitdiffstats
path: root/debian/transcode/transcode-1.1.7/docs/tech/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'debian/transcode/transcode-1.1.7/docs/tech/Makefile.am')
-rw-r--r--debian/transcode/transcode-1.1.7/docs/tech/Makefile.am22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/transcode/transcode-1.1.7/docs/tech/Makefile.am b/debian/transcode/transcode-1.1.7/docs/tech/Makefile.am
new file mode 100644
index 00000000..e0efc8ce
--- /dev/null
+++ b/debian/transcode/transcode-1.1.7/docs/tech/Makefile.am
@@ -0,0 +1,22 @@
+# # Process this file with automake to produce Makefile.in.
+
+EXTRA_DIST = \
+ $(docs_DATA)
+
+SUBDIRS = html
+
+docsdir = $(datadir)/doc/transcode/tech
+
+docs_DATA = \
+ OPTIMIZERS \
+ architecture.txt \
+ avi_comments.txt \
+ clone.txt \
+ export-API.txt \
+ filter-API.txt \
+ ibp_support.txt \
+ import-API.txt \
+ libraries.txt \
+ module-system-API.txt \
+ filter_template.c
+