|
From: <den...@us...> - 2010-07-24 16:55:55
|
Revision: 111
http://dsim.svn.sourceforge.net/dsim/?rev=111&view=rev
Author: denis_arnaud
Date: 2010-07-24 16:55:49 +0000 (Sat, 24 Jul 2010)
Log Message:
-----------
[Doc] Updated the tool for document generation (in order to produce PDF documents).
Modified Paths:
--------------
trunk/dsim/doc/Makefile.am
Modified: trunk/dsim/doc/Makefile.am
===================================================================
--- trunk/dsim/doc/Makefile.am 2010-07-24 16:29:46 UTC (rev 110)
+++ trunk/dsim/doc/Makefile.am 2010-07-24 16:55:49 UTC (rev 111)
@@ -150,7 +150,7 @@
bzip2 -9 -c > $(top_builddir)/$(tex_tarname).tar.bz2
rm -rf $(top_builddir)/$(tex_tarname)
-install-data-local: html-local tex-local
+install-data-local: html-local
$(mkinstalldirs) $(DESTDIR)$(docdir)
if test -d html; then \
$(mkinstalldirs) $(DESTDIR)$(docdir)/html; \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|