Skip to content

Commit e689cda

Browse files
committed
Move doc/en to doc/book; make directory doc/extras (for chapter-related online content)
svn/trunk@7604
1 parent 1afce08 commit e689cda

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+9
-9
lines changed

Makefile

+9-9
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,29 @@ RSYNC_OPTS = -lrtvz -e ssh --relative --cvs-exclude --omit-dir-times
2121

2222
.SUFFIXES: .txt .html
2323

24-
.PHONY: en pt-br slides api rsync .api.done howto rsync-api
24+
.PHONY: book pt-br slides api rsync .api.done howto rsync-api
2525

26-
all: en slides api howto
26+
all: book slides api howto
2727

2828
clean: clean_up
2929
rm -rf api
30-
$(MAKE) -C en clean
30+
$(MAKE) -C book clean
3131
$(MAKE) -C howto clean
3232
$(MAKE) -C slides clean
3333

3434
clean_up:
3535
TEXFILES=`find . -maxdepth 1 -name '*.tex' \
3636
-and -not -name 'xelatexsymbols.tex'`; \
3737
rm -f *.log *.aux $$TEXFILES *.out *.errs *~
38-
$(MAKE) -C en clean_up
38+
$(MAKE) -C book clean_up
3939
$(MAKE) -C howto clean_up
4040
$(MAKE) -C slides clean_up
4141

4242
.txt.html:
4343
$(RST2HTML) --stylesheet-path=$(STYLESHEET_PATH) $< > $@
4444

45-
en:
46-
$(MAKE) -C en all
45+
book:
46+
$(MAKE) -C book all
4747

4848
slides:
4949
$(MAKE) -C slides
@@ -55,11 +55,11 @@ api: .api.done
5555
epydoc $(EPYDOC_OPTS) -o api ../nltk
5656
touch .api.done
5757

58-
publish: publish-en publish-howto publish-api
58+
publish: publish-book publish-howto publish-api
5959
svn commit $(PUBLISH)
6060

61-
publish-en:
62-
$(MAKE) -C en publish
61+
publish-book:
62+
$(MAKE) -C book publish
6363
cp default.css $(PUBLISH)
6464
cp images/*.png $(PUBLISH)/images/
6565
svn add $(PUBLISH)/default.css $(PUBLISH)/images/*

en/DOCUTILS book/DOCUTILS

File renamed without changes.

en/Makefile book/Makefile

File renamed without changes.
File renamed without changes.

en/SCHEDULE book/SCHEDULE

File renamed without changes.

en/app-pcfg.rst book/app-pcfg.rst

en/app-sets.rst book/app-sets.rst

File renamed without changes.

en/book.rst book/book.rst

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

en/ch00.rst book/ch00.rst

en/ch01.rst book/ch01.rst

en/ch02.rst book/ch02.rst

en/ch03.rst book/ch03.rst

en/ch04.rst book/ch04.rst

en/ch05-eng.rst book/ch05-eng.rst

en/ch05.rst book/ch05.rst

en/ch06.rst book/ch06.rst

en/ch07.rst book/ch07.rst

en/ch08.rst book/ch08.rst

en/ch09.rst book/ch09.rst

en/ch10.deleted book/ch10.deleted

File renamed without changes.

en/ch10.rst book/ch10.rst

en/ch11.rst book/ch11.rst

en/ch12.rst book/ch12.rst

en/corpus.txt book/corpus.txt

File renamed without changes.
File renamed without changes.

en/deleted book/deleted

File renamed without changes.

en/dict.csv book/dict.csv

File renamed without changes.

en/dict.htm book/dict.htm

File renamed without changes.

en/footer.rst book/footer.rst

File renamed without changes.

en/html-n.bst book/html-n.bst

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

en/lexicon.txt book/lexicon.txt

File renamed without changes.

en/nlpir.txt book/nlpir.txt

File renamed without changes.

en/rst-bugs.txt book/rst-bugs.txt

File renamed without changes.
File renamed without changes.

pt-br/advanced-parsing.txt

Whitespace-only changes.

pt-br/advanced-programming.txt

Whitespace-only changes.

pt-br/chart.txt

Whitespace-only changes.

pt-br/cheat-sheet.txt

Whitespace-only changes.

pt-br/chunk.txt

Whitespace-only changes.

pt-br/data.txt

Whitespace-only changes.

pt-br/engineering.txt

Whitespace-only changes.

pt-br/featgram.txt

Whitespace-only changes.

pt-br/field.txt

Whitespace-only changes.

pt-br/nlp-python.txt

Whitespace-only changes.

pt-br/nltk.txt

Whitespace-only changes.

pt-br/parse.txt

Whitespace-only changes.

pt-br/pcfg.txt

Whitespace-only changes.

pt-br/preface-nltk.txt

Whitespace-only changes.

pt-br/projects.txt

Whitespace-only changes.

pt-br/semantics.txt

Whitespace-only changes.

pt-br/structured-programming.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)