File: make-publish

package info (click to toggle)
libchado-perl 1.31-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 44,716 kB
  • sloc: sql: 282,721; xml: 192,553; perl: 25,524; sh: 102; python: 73; makefile: 57
file content (10 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
PUBTMPLDIR = /usr/local/share/bioconf/templates
TEMPLATEBINDIR = /usr/local/bin/stagbin

all: publish-templates executables

publish-templates:
	cp *.stg $(PUBTMPLDIR)

executables:
	find . -name "*stg" -exec stag-template2bin.pl -b $(TEMPLATEBINDIR) {} \;