mirror of
https://github.com/envmodules/modules.git
synced 2026-06-14 00:42:43 +08:00
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.
12 lines
320 B
Plaintext
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
|