1#
2# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
3# OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
4#
5# Permission is hereby granted to use or copy this program
6# for any purpose,  provided the above notices are retained on all copies.
7# Permission to modify the code and to distribute modified code is granted,
8# provided the above notices are retained, and a notice that the code was
9# modified is included with the above copyright notice.
10
11## Process this file with automake to produce Makefile.in.
12
13# installed documentation
14if ENABLE_DOCS
15dist_doc_DATA = \
16        AUTHORS \
17        README.md \
18        doc/README.DGUX386 \
19        doc/README.Mac \
20        doc/README.OS2 \
21        doc/README.amiga \
22        doc/README.arm.cross \
23        doc/README.autoconf \
24        doc/README.cmake \
25        doc/README.cords \
26        doc/README.darwin \
27        doc/README.environment \
28        doc/README.ews4800 \
29        doc/README.hp \
30        doc/README.linux \
31        doc/README.macros \
32        doc/README.rs6000 \
33        doc/README.sgi \
34        doc/README.solaris2 \
35        doc/README.symbian \
36        doc/README.uts \
37        doc/README.win32 \
38        doc/README.win64 \
39        doc/debugging.md \
40        doc/finalization.md \
41        doc/gcdescr.md \
42        doc/gcinterface.md \
43        doc/leak.md \
44        doc/overview.md \
45        doc/porting.md \
46        doc/scale.md \
47        doc/simple_example.md \
48        doc/tree.md
49
50dist_man3_MANS = doc/gc.man
51endif
52