[Rivet-svn] r1983 - trunk/doc

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Nov 3 12:10:49 GMT 2009


Author: fsiegert
Date: Tue Nov  3 12:10:49 2009
New Revision: 1983

Log:
Make doc/ compile even if --disable-pyext is used.

Modified:
   trunk/doc/Makefile.am

Modified: trunk/doc/Makefile.am
==============================================================================
--- trunk/doc/Makefile.am	Tue Nov  3 00:55:33 2009	(r1982)
+++ trunk/doc/Makefile.am	Tue Nov  3 12:10:49 2009	(r1983)
@@ -6,10 +6,11 @@
   compare-histos.html hepparticles.sty maybemath.sty refs.bib rivet-manual.pdf thinker.png \
   hepunits.sty underscore.sty microtype.sty
 
-DOCS = analyses.html
+DOCS = 
 
 if ENABLE_PYEXT
 
+DOCS += analyses.html
 analyses.html: $(top_srcdir)/include/Rivet/Analyses mk-analysis-html
 	LD_LIBRARY_PATH=$(top_srcdir)/src/.libs:$(FASTJETLIBPATH):$(HEPMCLIBPATH):$(LD_LIBRARY_PATH):$(prefix)/lib \
 DYLD_LIBRARY_PATH=$(top_srcdir)/src/.libs:$(FASTJETLIBPATH):$(HEPMCLIBPATH):$(DYLD_LIBRARY_PATH):$(prefix)/lib \


More information about the Rivet-svn mailing list