2015-05-23 13:35:12 +02:00
|
|
|
#----------------------------------------------------------------------
|
2018-12-22 15:33:23 +01:00
|
|
|
# Makefile.am - FINAL CUT library
|
2015-05-23 13:35:12 +02:00
|
|
|
#----------------------------------------------------------------------
|
|
|
|
|
2015-07-09 02:15:12 +02:00
|
|
|
docdir = ${datadir}/doc/${PACKAGE}
|
|
|
|
|
2015-05-23 13:35:12 +02:00
|
|
|
EXTRA_DIST = \
|
2019-10-17 01:13:18 +02:00
|
|
|
build_openbsd.txt \
|
|
|
|
build_solaris.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
calendar-draft.png \
|
2019-09-28 03:13:06 +02:00
|
|
|
calculator.png \
|
2015-05-23 13:35:12 +02:00
|
|
|
class-diagram.txt \
|
2019-09-28 03:13:06 +02:00
|
|
|
class_template.cpp \
|
|
|
|
class_template.h \
|
2015-05-23 13:35:12 +02:00
|
|
|
console_codes-manual.sh \
|
|
|
|
console_ioctl-manual.sh \
|
2019-03-24 20:15:17 +01:00
|
|
|
faq.md \
|
2015-05-23 13:35:12 +02:00
|
|
|
fileopen-dialog.png \
|
2019-03-24 20:15:17 +01:00
|
|
|
first-steps.md \
|
2019-09-28 03:13:06 +02:00
|
|
|
framebuffer.txt \
|
|
|
|
Mandelbrot.png \
|
2015-05-23 13:35:12 +02:00
|
|
|
ncurses.supp \
|
|
|
|
newfont1.png \
|
|
|
|
newfont2.png \
|
2019-11-03 23:34:47 +01:00
|
|
|
newfont-8x16.txt \
|
|
|
|
newfont-9x16.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
progress-bar.png \
|
|
|
|
readme.txt \
|
2017-02-05 23:55:54 +01:00
|
|
|
coding-style.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
terminfo-capabilities.sh \
|
|
|
|
terminfo-manual.sh \
|
|
|
|
textview.png \
|
|
|
|
TODO \
|
2019-09-28 03:13:06 +02:00
|
|
|
vga.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
vt100_line_drawing_graphics.png \
|
2018-01-05 00:49:00 +01:00
|
|
|
virtual-terminal.txt \
|
2019-09-28 03:13:06 +02:00
|
|
|
xterm.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
xgraphics
|
|
|
|
|
|
|
|
doc_DATA = \
|
2019-10-17 01:13:18 +02:00
|
|
|
build_openbsd.txt \
|
|
|
|
build_solaris.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
calendar-draft.png \
|
2019-09-28 03:13:06 +02:00
|
|
|
calculator.png \
|
2015-05-23 13:35:12 +02:00
|
|
|
class-diagram.txt \
|
2019-09-28 03:13:06 +02:00
|
|
|
class_template.cpp \
|
|
|
|
class_template.h \
|
2015-05-23 13:35:12 +02:00
|
|
|
console_codes-manual.sh \
|
|
|
|
console_ioctl-manual.sh \
|
2019-03-24 20:15:17 +01:00
|
|
|
faq.md \
|
2015-05-23 13:35:12 +02:00
|
|
|
fileopen-dialog.png \
|
2019-03-24 20:15:17 +01:00
|
|
|
first-steps.md \
|
2019-09-28 03:13:06 +02:00
|
|
|
framebuffer.txt \
|
|
|
|
Mandelbrot.png \
|
2015-05-23 13:35:12 +02:00
|
|
|
ncurses.supp \
|
|
|
|
newfont1.png \
|
|
|
|
newfont2.png \
|
2019-11-03 23:34:47 +01:00
|
|
|
newfont-8x16.txt \
|
|
|
|
newfont-9x16.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
progress-bar.png \
|
|
|
|
readme.txt \
|
2017-02-05 23:55:54 +01:00
|
|
|
coding-style.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
terminfo-capabilities.sh \
|
|
|
|
terminfo-manual.sh \
|
|
|
|
textview.png \
|
|
|
|
TODO \
|
2019-09-28 03:13:06 +02:00
|
|
|
vga.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
vt100_line_drawing_graphics.png \
|
2018-01-05 00:49:00 +01:00
|
|
|
virtual-terminal.txt \
|
2019-09-28 03:13:06 +02:00
|
|
|
xterm.txt \
|
2015-05-23 13:35:12 +02:00
|
|
|
xgraphics
|