forked from cogroo/jspell.br
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmakefile
55 lines (45 loc) · 1.81 KB
/
makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
all:
@ echo
@ echo " dicts - Build all dicts"
@ echo " tarballs - Build all dicts and tarballs"
@ echo
@ echo " jspell-all - Build jspell folders and tarballs"
@ echo " jspell - Build jspell folders only"
@ echo " ispell-all - Build ispell folders and tarballs"
@ echo " ispell - Build ispell folders only"
@ echo " hunspell-all - Build hunspell folders and tarballs"
@ echo " hunspell - Build hunspell folders only"
@ echo " aspell5-all - Build aspell v0.50 folders and tarballs"
@ echo " aspell5 - Build aspell v0.50 folders only"
@ echo " aspell6-all - Build aspell v0.60 folders and tarballs"
@ echo " aspell6 - Build aspell v0.60 folders only"
@ echo " wordlist - Build wordlist folders only"
@ echo
@ echo " jspell-install - installs the 3 PT jspell dicts"
@ echo
@ echo " publish - online publish at natura"
@ echo
# disabled some because it takes too long
dicts: jspell hunspell wordlist # ispell aspell5 aspell6
tarballs: jspell-all hunspell-all # ispell-all wordlist-all aspell5-all aspell6-all
include makefiles/makefile.vars
include makefiles/makefile.jspell
include makefiles/makefile.ispell
include makefiles/makefile.aspell50
include makefiles/makefile.aspell60
include makefiles/makefile.hunspell
include makefiles/makefile.wordlist
include makefiles/makefile.chuveiro
include makefiles/makefile.ooo
include makefiles/makefile.mozilla
clean:
@ rm -f *~ */*~ */*/*~
realclean :: clean
test:
perl -MTest::Harness -e 'runtests(<t/*.t>);'
feeds:
perl Feed/gera.pl
rsync -aASPvz feed-ao.xml $(NATURA):$(NATURA_WWW)/feed-ao.xml
rsync -aASPvz feed-big.xml $(NATURA):$(NATURA_WWW)/feed-big.xml
rsync -aASPvz feed-preao.xml $(NATURA):$(NATURA_WWW)/feed-preao.xml
rsync -aASPvz feed-ao.xml $(NATURA):$(NATURA_WWW)/atom.xml