File: Makefile

package info (click to toggle)
aswiki 1.0.4-7
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 348 kB
  • ctags: 302
  • sloc: ruby: 2,189; makefile: 63; xml: 16; sh: 12
file content (18 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- Makefile -*-

VERSION = 1.0.4

all:

setup:
	-mkdir -p RCS
	-mkdir -p session
	-mkdir -p cache
	-mkdir -p attach
	-mkdir -p text
	 # -chmod 777 RCS session cache attach text
clean:
	find -name '*~' |xargs rm -f

dist: clean
	shtool tarball -d aswiki-$(VERSION) -c gzip -o ../aswiki-$(VERSION).tar.gz .