diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-21 12:39:39 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-21 13:27:38 -0400 |
commit | c1b897ecda226c3329bc7803581dfa40ab40e8aa (patch) | |
tree | a1ee41674e241cf9acf9aea3d6e03347d1439403 /org | |
parent | "Democratizing Innovation" markup: header & link (diff) |
markup samples, doc headers: urls & yaml style
Diffstat (limited to 'org')
-rw-r--r-- | org/config_git.org | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/org/config_git.org b/org/config_git.org index 4d5dc6c..9622e4e 100644 --- a/org/config_git.org +++ b/org/config_git.org @@ -58,7 +58,7 @@ !markup/pod/*/ !markup/pod/*/pod.manifest !markup/pod/*/conf/ -!markup/pod/*/conf/sisu_document_make +!markup/pod/*/conf/document_make !markup/pod/*/media/ !markup/pod/*/media/text/ !markup/pod/*/media/text/*/ @@ -81,6 +81,8 @@ !markup/pod/*/tools/po4a/po/*/*.sst.po !markup/pod/*/tools/po4a/po/*/*.ssm.po !markup/pod/*/tools/po4a/po/*/*.ssi.po +!markup/pod/.dr +!markup/pod/.dr/* !markup/non-pod-samples/ !markup/non-pod-samples/*.sst !markup/non-pod-samples/image/ @@ -119,7 +121,6 @@ tmp/** # find . -name "*_" | xargs rm -rf # find . -name "*.o" | xargs rm -rf ,* -* !.gitignore !COPYRIGHT !README @@ -132,9 +133,9 @@ tmp/** # pod.manifest !pod/*/ !pod/*/pod.manifest -# conf/sisu_document_make +# conf/document_make !pod/*/conf/ -!pod/*/conf/sisu_document_make +!pod/*/conf/document_make # media/text !pod/*/media/ !pod/*/media/text/ @@ -166,6 +167,8 @@ tmp/** !pod/*/tools/po4a/po/*/*.ssm.po !pod/*/tools/po4a/po/*/*.ssi.po !pod/*/tools/po4a/po/*/index.html.in.po +!pod/.dr +!pod/.dr/* # separate from media/text use tools !pod/*/media/text/Makefile !pod/*/media/text/bin/ |