[Genabel-commits] r776 - pkg/ProbABEL/doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Aug 30 15:52:47 CEST 2011


Author: lckarssen
Date: 2011-08-30 15:52:47 +0200 (Tue, 30 Aug 2011)
New Revision: 776

Modified:
   pkg/ProbABEL/doc/Makefile.am
Log:
In ProbABEL/doc/Makefile.am: fixed warning about whitespace trailing backslash when running autoreconf -i.

Modified: pkg/ProbABEL/doc/Makefile.am
===================================================================
--- pkg/ProbABEL/doc/Makefile.am	2011-08-30 09:31:34 UTC (rev 775)
+++ pkg/ProbABEL/doc/Makefile.am	2011-08-30 13:52:47 UTC (rev 776)
@@ -1,11 +1,10 @@
 ## Process this file with automake to produce Makefile.in
 
-dist_doc_DATA = ProbABEL_manual.tex QuickStart.txt \
- short_coxph_data.txt short_height_base_add.out.txt.save	\
- short_height.txt short_logist_data.txt short_test.mldose \
- test.map test.mlinfo \ 
- test_regression.R	\
- COPYING LICENSE INSTALL CHANGES.LOG TODO
+dist_doc_DATA = ProbABEL_manual.tex QuickStart.txt			\
+ short_coxph_data.txt short_height_base_add.out.txt.save		\
+ short_height.txt short_logist_data.txt short_test.mldose test.map	\
+ test.mlinfo test_regression.R COPYING LICENSE INSTALL CHANGES.LOG	\
+ TODO
 
 
 if HAVE_PDFLATEX



More information about the Genabel-commits mailing list