|
From: <gi...@gp...> - 2011-06-20 20:21:29
|
The branch, master has been updated
via 2daa8bb0ab325e4e8667ad3090a75210acd42f9e (commit)
from 14080c7575340d49c11bd3539ec0d0722615d930 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
doc/Makefile.am | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
=================
Commit Messages
=================
commit 2daa8bb0ab325e4e8667ad3090a75210acd42f9e
Author: Krzysztof KoÅciuszkiewicz <k.k...@gm...>
Commit: Krzysztof KoÅciuszkiewicz <k.k...@gm...>
doc: do not distribute dvi files
DVI files cannot be generated without LaTeX, and since commit
3afdb7efdaf6cc8094cc6143269e7df519183197 only pdfLaTeX is supported.
:100755 100755 95d1ad3... 6d1e457... M doc/Makefile.am
=========
Changes
=========
commit 2daa8bb0ab325e4e8667ad3090a75210acd42f9e
Author: Krzysztof KoÅciuszkiewicz <k.k...@gm...>
Commit: Krzysztof KoÅciuszkiewicz <k.k...@gm...>
doc: do not distribute dvi files
DVI files cannot be generated without LaTeX, and since commit
3afdb7efdaf6cc8094cc6143269e7df519183197 only pdfLaTeX is supported.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 95d1ad3..6d1e457 100755
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -63,9 +63,7 @@ EXTRA_DIST= \
eps2png \
extract-docs \
refcard.tex \
- pcb.dvi \
pcb.css \
- refcard.dvi \
${inline_texi} \
${pcb_files} \
${pcb_output_noinst} \
@@ -76,8 +74,8 @@ EXTRA_DIST= \
if GIT_OR_CVS_VERSION
BUILT_SOURCES= ${tab_texi} ${pcb_output} ${inline_texi}
CLEANFILES= \
- refcard.aux refcard.dvi refcard.log refcard.pdf \
- ${pcb_output} ${tab_texi} ${inline_texi} pcb.dvi pcb.html pcb.pdf \
+ refcard.aux refcard.log refcard.pdf \
+ ${pcb_output} ${tab_texi} ${inline_texi} pcb.html pcb.pdf \
${images_output}
else
BUILT_SOURCES=
@@ -137,7 +135,7 @@ else
@echo "Skipping documentation extraction since you are not building from GIT sources"
endif
-SUFFIXES = .dvi .eps .pcb .pdf .png .tab .tex
+SUFFIXES = .eps .pcb .pdf .png .tab .tex
.pcb.eps :
${PCB} -x eps --only-visible --font-path $(top_srcdir)/src --eps-file $@ $<
|