summaryrefslogtreecommitdiff
path: root/gup
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-10-25 13:39:10 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-10-25 13:39:10 +0200
commit76ae874505d5cc293b997278924681afc3decbb2 (patch)
treefbee877fdd718f7a2b61962bd42b6647733cf80a /gup
parent472504a97d1d2601c8cc9ea6e0de57ab727b7698 (diff)
downloadincremental-dfsts-76ae874505d5cc293b997278924681afc3decbb2.tar
incremental-dfsts-76ae874505d5cc293b997278924681afc3decbb2.tar.gz
incremental-dfsts-76ae874505d5cc293b997278924681afc3decbb2.tar.bz2
incremental-dfsts-76ae874505d5cc293b997278924681afc3decbb2.tar.xz
incremental-dfsts-76ae874505d5cc293b997278924681afc3decbb2.zip
Cleaned up build framework
Diffstat (limited to 'gup')
-rw-r--r--gup/all.gup3
-rwxr-xr-xgup/literature.bibtex.gup9
-rw-r--r--gup/literature.meta.yml.gup4
3 files changed, 16 insertions, 0 deletions
diff --git a/gup/all.gup b/gup/all.gup
new file mode 100644
index 0000000..ad40ad4
--- /dev/null
+++ b/gup/all.gup
@@ -0,0 +1,3 @@
1#!/usr/bin/env sh
2
3gup -u literature.pdf
diff --git a/gup/literature.bibtex.gup b/gup/literature.bibtex.gup
new file mode 100755
index 0000000..cabebc3
--- /dev/null
+++ b/gup/literature.bibtex.gup
@@ -0,0 +1,9 @@
1#!/usr/bin/env zsh
2
3typeset -a bibFiles
4bibFiles=(literature/**/*.bibtex)
5
6gup --contents <<<${bibFiles}
7gup -u ${bibFiles}
8
9cat ${bibFiles} >$1 \ No newline at end of file
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
3gup -u literature.bibtex
4gup --leave