File tree Expand file tree Collapse file tree 4 files changed +167
-10
lines changed
Expand file tree Collapse file tree 4 files changed +167
-10
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ with the help of [various contributors](./AUTHORS).
1616The latest version of AVRDUDE is always available here:\
1717< https://github.com/avrdudes/avrdude >
1818
19+ ## Documentation
20+
21+ Documentation is [ here] ( https://dl8dtl.github.io/avrdude/ ) .
22+
1923## Getting AVRDUDE for Windows
2024
2125To get AVRDUDE for Windows, install the latest version from the [ Releases] ( http://download.savannah.gnu.org/releases/avrdude/ ) page.
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ all-local: info html ps pdf
4040html : avrdude-html/avrdude.html
4141
4242avrdude-html/avrdude.html : $(srcdir ) /$(info_TEXINFOS ) $(GENERATED_TEXINFOS )
43- texi2html -split_node $(srcdir ) /$(info_TEXINFOS )
43+ texi2html --split=node --css-include= $( srcdir ) /avrdude.css $(srcdir ) /$(info_TEXINFOS )
4444 if [ -e ./avrdude.html -o -e ./avrdude_1.html ]; then \
4545 mkdir -p avrdude-html ; \
4646 mv -f * .html avrdude-html ; \
Original file line number Diff line number Diff line change 1+ body { background-color : # ffd ; }
2+ h1 { text-shadow : .05em .05em # ccc ; }
3+ table {
4+ border : 3px solid # ccf ;
5+ background-color : white;
6+ }
7+ div .smallexample {
8+ background-color : # dfd ;
9+ border : 3px solid # cfc ;
10+ }
11+ div .example {
12+ background-color : # dfd ;
13+ border : 3px solid # cfc ;
14+ }
15+ samp {
16+ color : blue;
17+ }
18+ code {
19+ color : green;
20+ }
You can’t perform that action at this time.
0 commit comments