File: Makefile.am

package info (click to toggle)
crossfire 1.75.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,168 kB
  • sloc: ansic: 83,169; sh: 4,659; perl: 1,736; lex: 1,443; makefile: 1,199; python: 43
file content (13 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
EXTRA_DIST = README

PERL=@PERL@
CROSSBIN=../../server/crossfire-server

CLEANFILES=spell-list.txt spell-list.ps prayer-list.txt prayer-list.ps tome-of-magic.ps \
	    spell-summary.ps spell-info.ps

spell-docs: spell-info.txt tome-of-magic.txt prayer-list.txt spell-list.txt
	$(SHELL) create_ps.sh

spell-list.txt prayer-list.txt: spell-lists.pl
	$(PERL) spell-lists.pl "$(CROSSBIN) -m4" spell-list.txt prayer-list.txt