diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | gup/all.gup (renamed from all.gup) | 0 | ||||
-rwxr-xr-x | gup/literature.bibtex.gup (renamed from literature.bibtex.gup) | 0 | ||||
-rw-r--r-- | gup/literature.meta.yml.gup | 4 | ||||
-rw-r--r-- | literature.meta.yml | 5 | ||||
-rwxr-xr-x | literature.meta.yml.gup | 11 |
6 files changed, 9 insertions, 12 deletions
@@ -1,4 +1,3 @@ | |||
1 | literature.pdf | 1 | literature.pdf |
2 | literature.meta.yml | ||
3 | **/.gup | 2 | **/.gup |
4 | /literature.bibtex | 3 | /literature.bibtex |
diff --git a/literature.bibtex.gup b/gup/literature.bibtex.gup index cabebc3..cabebc3 100755 --- a/literature.bibtex.gup +++ b/gup/literature.bibtex.gup | |||
diff --git a/gup/literature.meta.yml.gup b/gup/literature.meta.yml.gup new file mode 100644 index 0000000..952842a --- /dev/null +++ b/gup/literature.meta.yml.gup | |||
@@ -0,0 +1,4 @@ | |||
1 | #!/usr/bin/env zsh | ||
2 | |||
3 | gup -u literature.bibtex | ||
4 | gup --leave | ||
diff --git a/literature.meta.yml b/literature.meta.yml new file mode 100644 index 0000000..9eb6cc7 --- /dev/null +++ b/literature.meta.yml | |||
@@ -0,0 +1,5 @@ | |||
1 | --- | ||
2 | lang: de-de | ||
3 | link-citations: true | ||
4 | bibliography: literature.bibtex | ||
5 | ... | ||
diff --git a/literature.meta.yml.gup b/literature.meta.yml.gup deleted file mode 100755 index 64ad0fd..0000000 --- a/literature.meta.yml.gup +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | #!/usr/bin/env zsh | ||
2 | |||
3 | gup -u literature.bibtex | ||
4 | |||
5 | cat >$1 <<-EOF | ||
6 | --- | ||
7 | lang: de-de | ||
8 | link-citations: true | ||
9 | bibliography: literature.bibtex | ||
10 | ... | ||
11 | EOF | ||