[SCM] massXpert mass spectrometry suite: debian packaging branch, upstream, updated. 41a70205093791df401b34b6867e830c5a46d1f9
Filippo Rusconi
rusconi at mnhn.fr
Wed Apr 15 15:42:53 UTC 2009
The following commit has been merged in the upstream branch:
commit 052dfcdff71a68c9cce70d2582ab7759b51d0fb9
Author: Filippo Rusconi <rusconi at mnhn.fr>
Date: Sun Apr 5 21:39:20 2009 +0200
Introduced conditional for building usermanual only IF (UNIX AND NOT APPLE).
diff --git a/usermanual/CMakeLists.txt b/usermanual/CMakeLists.txt
index 1625f21..1f5bca4 100644
--- a/usermanual/CMakeLists.txt
+++ b/usermanual/CMakeLists.txt
@@ -1,22 +1,24 @@
-MESSAGE (STATUS "TARGET: " ${TARGET} -- "VERSION: " ${VERSION})
+if (UNIX AND NOT APPLE)
-INCLUDE (UseLATEX.cmake)
-
-SET (texInputFiles massxpert-macros.tex massxpert-version.tex
- titlepage.tex front-matter.tex toc-lof-lot.tex
- preface.tex installation.tex basics-polchem.tex basics-massspec.tex
- generalities.tex xpertdef.tex xpertcalc.tex xpertedit.tex
- xpertminer.tex data-customization.tex appendices.tex
- protein-1-letter.xml.tex leu-enkephalin.mxp.tex pka_ph_pi.xml.tex
- GNU-GPL-3.0.tex index.tex)
-
-ADD_LATEX_DOCUMENT (massxpert.tex
- DEFAULT_PDF
- INPUTS ${texInputFiles}
- CONFIGURE massxpert-version.tex
- DEPENDS massxpert-style.sty
- IMAGE_DIRS figures
- USE_INDEX)
+ INCLUDE (UseLATEX.cmake)
+
+ SET (texInputFiles massxpert-macros.tex massxpert-version.tex
+ titlepage.tex front-matter.tex toc-lof-lot.tex
+ preface.tex installation.tex basics-polchem.tex basics-massspec.tex
+ generalities.tex xpertdef.tex xpertcalc.tex xpertedit.tex
+ xpertminer.tex data-customization.tex appendices.tex
+ protein-1-letter.xml.tex leu-enkephalin.mxp.tex pka_ph_pi.xml.tex
+ GNU-GPL-3.0.tex index.tex)
+
+ ADD_LATEX_DOCUMENT (massxpert.tex
+ DEFAULT_PDF
+ INPUTS ${texInputFiles}
+ CONFIGURE massxpert-version.tex
+ DEPENDS massxpert-style.sty
+ IMAGE_DIRS figures
+ USE_INDEX)
+
+ENDIF (UNIX AND NOT APPLE)
INSTALL (FILES massxpert.pdf
--
massXpert mass spectrometry suite: debian packaging
More information about the debian-science-commits
mailing list