~nskaggs/help-app/pelican-case

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

clean:
	bzr ignored | cut -d' ' -f1 | xargs rm -r

click: html
	cd app && click build . && mv *.click ..

html: translate
	make -C edit-here html

serve:
	make -C edit-here serve

update-pot:
	make -C edit-here update-pot

translate:
	make -C edit-here translate