diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/Makefile.in | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 41eb17415b7..4f827073b2f 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-02-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (html): New rule. | ||
| 4 | |||
| 1 | 2013-02-20 Michael Albinus <michael.albinus@gmx.de> | 5 | 2013-02-20 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * tramp.texi (Android shell setup): Improve. Reported by Thierry | 7 | * tramp.texi (Android shell setup): Improve. Reported by Thierry |
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index 3dac35aafee..add1b42a545 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in | |||
| @@ -192,6 +192,8 @@ webhack: clean | |||
| 192 | 192 | ||
| 193 | dvi: $(DVI_TARGETS) | 193 | dvi: $(DVI_TARGETS) |
| 194 | 194 | ||
| 195 | html: $(HTML_TARGETS) | ||
| 196 | |||
| 195 | pdf: $(PDF_TARGETS) | 197 | pdf: $(PDF_TARGETS) |
| 196 | 198 | ||
| 197 | # Note that all the Info targets build the Info files in srcdir. | 199 | # Note that all the Info targets build the Info files in srcdir. |