| 74 |
CLEANFILES = |
CLEANFILES = |
| 75 |
MAINTAINERCLEANFILES = |
MAINTAINERCLEANFILES = |
| 76 |
|
|
| 77 |
# Additional files to bundle with the distribution. |
# Additional files to bundle with the distribution, over and above what |
| 78 |
|
# the Autotools include by default. |
| 79 |
EXTRA_DIST = |
EXTRA_DIST = |
| 80 |
|
|
| 81 |
# These files contain maintenance information |
# These files contain maintenance information |
| 82 |
EXTRA_DIST += \ |
EXTRA_DIST += \ |
| 83 |
doc/perltest.txt \ |
doc/perltest.txt \ |
| 84 |
NON-UNIX-USE \ |
NON-UNIX-USE \ |
| 85 |
INSTALL |
HACKING |
| 86 |
|
|
| 87 |
# These files are used in the preparation of a release |
# These files are used in the preparation of a release |
| 88 |
EXTRA_DIST += \ |
EXTRA_DIST += \ |
| 90 |
CleanTxt \ |
CleanTxt \ |
| 91 |
Detrail \ |
Detrail \ |
| 92 |
132html \ |
132html \ |
| 93 |
Index.html |
doc/index.html.src |
| 94 |
|
|
| 95 |
# These files are to do with building for Virtual Pascal |
# These files are to do with building for Virtual Pascal |
| 96 |
EXTRA_DIST += \ |
EXTRA_DIST += \ |
| 97 |
makevp.bat \ |
makevp.bat \ |
| 98 |
!compile.txt \ |
makevp-compile.txt \ |
| 99 |
!linklib.txt \ |
makevp-linklib.txt \ |
| 100 |
pcregexp.pas |
pcregexp.pas |
| 101 |
|
|
| 102 |
# These files are usable versions of pcre.h and config.h that are distributed |
# These files are usable versions of pcre.h and config.h that are distributed |