~bzr/ubuntu/lucid/dulwich/bzr-ppa

« back to all changes in this revision

Viewing changes to docs/tutorial/Makefile

  • Committer: Jelmer Vernooij
  • Date: 2010-01-03 15:39:27 UTC
  • mfrom: (400.1.17)
  • Revision ID: git-v1:7f39158f9a5d828f6eafb7735ad42ebd1dd24a03
* New upstream release.
* Bump standards version to 3.8.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
RST2HTML = rst2html
 
2
TXT=$(shell ls *.txt)
 
3
 
 
4
ALL: index.html
 
5
 
 
6
index.html: $(TXT)
 
7
        $(RST2HTML) index.txt index.html
 
8
 
 
9
clean:
 
10
        rm -f index.html
 
11
 
 
12
.PHONY: clean