File: Makefile.am

package info (click to toggle)
typespeed 0.6.5-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,584 kB
  • sloc: sh: 4,267; ansic: 3,794; makefile: 88; sed: 16
file content (10 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
sysconf_DATA = typespeedrc

RULEDIR = $(datadir)/@PACKAGE@/rules
WORDDIR = $(datadir)/@PACKAGE@/words

typespeedrc:
	@echo "cheat = no" > typespeedrc
	@echo "highorder = score cps tcps" >> typespeedrc
	@echo "ruledir = $(RULEDIR)" >> typespeedrc
	@echo "worddir = $(WORDDIR)" >> typespeedrc