My favorites | Sign in
Logo
          
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
# This altered default was present in the Spanish fork of Makefile when I
# performed the migration to an includable base form.
# I have preserved it. --maxb
default: all-html

include ../tools/Makefile.base
FO_XSLTPROC_OPTS = --param fop.extensions 1

BOOK_ASPELL_FILES = appa appb book foreword ch00 ch01 ch02 ch03 ch04 \
ch05 ch06 ch07 ch08 ch09
OTHER_ASPELL_FILES = COORDINADOR glosario_traduccion LEAME TODO TRABAJO

aspell_add_words:
@for file in $(BOOK_ASPELL_FILES); do \
cat book/$$file.xml |aspell list -H --lang=es |sort|uniq> tmp.txt;\
cat book/$$file.xml.aspell_ignore >> tmp.txt;\
sort tmp.txt|uniq> book/$$file.xml.aspell_ignore;\
rm tmp.txt;\
svn diff book/$$file.xml.aspell_ignore;\
done
@for file in $(OTHER_ASPELL_FILES); do \
cat $$file | aspell list --mode=url --lang=es |sort|uniq> tmp.txt;\
cat .aspell_ignore >> tmp.txt;\
sort tmp.txt|uniq> .aspell_ignore;\
rm tmp.txt;\
svn diff $$file;\
done

aspell_check:
@for file in $(BOOK_ASPELL_FILES); do \
touch book/$$file.xml.aspell_ignore;\
aspell -H --lang=es create master ./book/.aspell.$$file < book/$$file.xml.aspell_ignore;\
aspell check book/$$file.xml -H --lang=es --add-extra-dicts ./book/.aspell.$$file;\
done
touch .aspell_ignore
aspell --mode=url --lang=es create master ./.aspell.master < .aspell_ignore
@for file in $(OTHER_ASPELL_FILES); do \
aspell check $$file --mode=url --lang=es --add-extra-dicts ./.aspell.master;\
done
Show details Hide details

Change log

r3470 by dongsheng.song on Apr 03, 2009   Diff
Follow-up r3468, make Svnbook Build Daemon
happy
Go to: 

Older revisions

r2411 by gradha on Sep 10, 2006   Diff
Book Spanish. Put ch05 under aspell
control. Performed multiple
changes due to spell checking.
r2335 by gradha on Jul 20, 2006   Diff
Book Spanish. Added ch02 under aspell
control.
r2135 by gradha on May 01, 2006   Diff
Book Spanish. Translated missing
paragraph and checked spelling.
All revisions of this file

File info

Size: 1450 bytes, 39 lines

File properties

svn:mime-type
text/plain; charset=ISO-8859-1
svn:eol-style
native
Hosted by Google Code