Skip to content

Commit b8648b3

Browse files
committed
Update README and add Makefile for easy cleaning of intermediate files
1 parent 5648ea6 commit b8648b3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
clean:
2+
-@rm img*.txt *.mobi *.gif *.html 2>/dev/null || true
3+
4+

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,15 @@ $ fc-list | grep Courier
4141
/usr/share/fonts/type1/texlive-fonts-recommended/pcrro8a.pfb: Courier:style=Italic
4242
/usr/share/fonts/type1/texlive-fonts-recommended/pcrbo8a.pfb: Courier:style=Bold Italic
4343
44-
$ ./rfc2kindle.py -i rfc7938.txt -f /usr/share/fonts/type1/texlive-fonts-recommended/pcrr8a.pfb
44+
$ ./rfc2kindle.py -i rfc2535.txt -f /usr/share/fonts/type1/texlive-fonts-recommended/pcrr8a.pfb
4545
```
4646

4747
If you run RFC2Kindle on windows platform, please do some changes yourself.
4848
please email (keycobing at gmail dot com) for any improvement or any question
4949
PS: sorry for my code style, but the script works well.
5050

5151
### Author
52+
5253
5354

5455

0 commit comments

Comments
 (0)