diff options
| -rw-r--r-- | etc/ChangeLog | 1 | ||||
| -rw-r--r-- | etc/refcards/Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 1f7669d18cf..7ac5fce8241 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | * refcards/Makefile (gnus-booklet.pdf): Use jobname rather than | 14 | * refcards/Makefile (gnus-booklet.pdf): Use jobname rather than |
| 15 | clobbering gnus-refcard.pdf. | 15 | clobbering gnus-refcard.pdf. |
| 16 | (clean): Remove .aux files. | 16 | (clean): Remove .aux files. |
| 17 | (gnus-logo.pdf): Remove rule, since this file is distributed. | ||
| 17 | 18 | ||
| 18 | 2009-07-10 Kenichi Handa <handa@m17n.org> | 19 | 2009-07-10 Kenichi Handa <handa@m17n.org> |
| 19 | 20 | ||
diff --git a/etc/refcards/Makefile b/etc/refcards/Makefile index 5fa269428a8..32f340f0d8d 100644 --- a/etc/refcards/Makefile +++ b/etc/refcards/Makefile | |||
| @@ -66,8 +66,8 @@ pl-refcard.pdf: %.pdf: %.tex | |||
| 66 | ru-refcard.pdf: %.pdf: %.tex | 66 | ru-refcard.pdf: %.pdf: %.tex |
| 67 | pdflatex $< | 67 | pdflatex $< |
| 68 | 68 | ||
| 69 | gnus-logo.pdf: %.pdf: %.eps | 69 | #gnus-logo.pdf: %.pdf: %.eps |
| 70 | ps2pdf $< | 70 | # ps2pdf $< |
| 71 | 71 | ||
| 72 | gnus-refcard.pdf: %.pdf: %.tex gnus-logo.pdf | 72 | gnus-refcard.pdf: %.pdf: %.tex gnus-logo.pdf |
| 73 | pdflatex $< | 73 | pdflatex $< |