File: Makefile.am

package info (click to toggle)
t-code 2%3A2.3.1-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,816 kB
  • sloc: lisp: 10,356; perl: 748; sh: 384; makefile: 138
file content (11 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
SHELL = /bin/sh
INSTALL_SCRIPT = @INSTALL_SCRIPT@

bin_SCRIPTS = tcinput

pkgdata_DATA = init.el skk-startup.el tc-skki.el load-path.el
EXTRA_DIST = init.el skk-startup.el tc-skki.el

load-path.el:
	echo "(setq load-path (nconc load-path (cons \"@lispdir@\" nil)))" \
              > load-path.el