diff options
Diffstat (limited to 'debian/transcode/transcode-1.1.7/docs/Makefile.am')
| -rw-r--r-- | debian/transcode/transcode-1.1.7/docs/Makefile.am | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/debian/transcode/transcode-1.1.7/docs/Makefile.am b/debian/transcode/transcode-1.1.7/docs/Makefile.am new file mode 100644 index 00000000..e86368c8 --- /dev/null +++ b/debian/transcode/transcode-1.1.7/docs/Makefile.am @@ -0,0 +1,47 @@ +# # Process this file with automake to produce Makefile.in. + +EXTRA_DIST = \ + $(docs_DATA) \ + filter-help.txt \ + make-filter-man.sh \ + make-import-man.sh \ + make-module-man.sed \ + export-mods.txt \ + import-mods.txt + +SUBDIRS = \ + man \ + html \ + pvm3 \ + tech + +docsdir = $(datadir)/doc/transcode + +docs_DATA = \ + DV-to-DVD-HOWTO.txt \ + README.Inverse.Telecine.txt \ + README.dv \ + README.cluster \ + README.filter.modfps \ + README.rip \ + README.sync \ + README.vcd \ + README.xvid-credits \ + RELNOTES-0.6.13 \ + RELNOTES-1.1.0 \ + export_ffmpeg.txt \ + export_mp2.txt \ + filter-socket.txt \ + filter_dnr.txt \ + filter_logo.txt \ + filter_logoaway.txt \ + filter_text.txt \ + filter_yuvdenoise.txt \ + framerate.txt \ + import-xml.txt \ + import_nvrec.txt \ + import_v4l2.txt \ + import_yuv.txt \ + import_x11.txt \ + faq \ + template.cfg.txt |
