diff options
Diffstat (limited to 'untracked')
-rw-r--r-- | untracked/README | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/untracked/README b/untracked/README new file mode 100644 index 0000000..4b9fc8a --- /dev/null +++ b/untracked/README @@ -0,0 +1,32 @@ +untracked/README + +This directory contains files not tracked by a source code control program, +such as git. (This README file is the exception.) + +The files can have one of two origins. + +1. Copied by the mm-common-get command. +2. Generated when cairomm is built. + +Files of type 2 exist here only if cairomm is built with maintainer-mode=false, +or the directory comes from a tarball. +Files of both types exist here only if cairomm is built with Meson, +or the tarball is created with Meson. + +1. Files copied by mm-common-get +-------------------------------- +untracked/docs/doc-install.pl + doc-postprocess.pl + doxygen-extra.css + tagfile-to-devhelp2.xsl +untracked/build_scripts/dist-build-scripts.py + dist-changelog.py + doc-reference.py + +mm-common-get may copy more files, but they are not used by cairomm. + +2. Generated files +------------------ +untracked/docs/reference/cairomm-1.16.devhelp2 + cairomm-1.16.tag + html/* |