summaryrefslogtreecommitdiffstats
path: root/doc/project.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-17 21:47:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-17 21:47:47 +0000
commit6449498bc7dea93900d6980a66af64c9116ef597 (patch)
tree7d89881d70af765dc7ad549095fb9f5f381cba6f /doc/project.am
parent2002-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6449498bc7dea93900d6980a66af64c9116ef597.tar.bz2
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* SUPPORT, LICENSE: New files. * Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
Diffstat (limited to '')
-rw-r--r--doc/project.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/project.am b/doc/project.am
index 3bb32a5b8f..5265639606 100644
--- a/doc/project.am
+++ b/doc/project.am
@@ -90,7 +90,7 @@ if USE_DVI
dvi_DATA += $(PROJECT).dvi
.texi.dvi:
- $(TEXI2DVI) -I $(srcdir) -I $(top_srcdir) $<
+ $(TEXI2DVI) -q -I $(srcdir) -I $(top_srcdir) $<
if USE_PS
ps_DATA += $(PROJECT).ps
@@ -106,7 +106,8 @@ pdf_DATA += $(PROJECT).pdf
if TEXI2PDF
.texi.pdf:
- $(TEXI2PDF) -I $(srcdir) -I $(top_srcdir) $<
+ rm -f *.aux *.cp *.fn *.ky *.pg *.tp *.toc *.vr
+ $(TEXI2PDF) -q -I $(srcdir) -I $(top_srcdir) $<
endif
endif