Files
modules/.gitattributes
Xavier Delaruelle ea931f13d3 install: no exclude of doc files from git archive dist
No more exclusion of project-related or installation documents from git
archive distribution. Enable makefile rules relative to Sphinx
documentation build even if not building from git repository. With
release distribution tarballs nothing changes as document is pre-built
in these archives. When working from a `git archive` export, these
Sphinx rules will help to build docs.
2020-01-31 06:39:06 +01:00

12 lines
320 B
Plaintext

# export version info from git
version.inc.in export-subst
# no export of git-specific stuff
.gitignore export-ignore
.gitattributes export-ignore
init/.gitignore export-ignore
.appveyor.yml export-ignore
.cirrus.yml export-ignore
.travis.yml export-ignore
# no export of website-specific content
doc/talk export-ignore