summaryrefslogtreecommitdiff
path: root/homebrew/cweb/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/cweb/.make.sh-auto')
-rw-r--r--homebrew/cweb/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/cweb/.make.sh-auto b/homebrew/cweb/.make.sh-auto
new file mode 100644
index 000000000..2de7dfa2f
--- /dev/null
+++ b/homebrew/cweb/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+ENV.deparallelize
+macrosdir = share/"texmf/tex/generic"
+cwebinputs = lib/"cweb"
+[bin, man1, macrosdir, elisp, cwebinputs].each(&:mkpath)
+make DESTDIR=${PKG_DEST} install DESTDIR=#{bin}/ MANDIR=#{man1} MANEXT=1 MACROSDIR=#{macrosdir} EMACSDIR=#{elisp} CWEBINPUTS=#{cwebinputs}