1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Rebuild SLIP LU userguide as the other docs
Author: Sébastien Villemot <sebastien@debian.org>
Bug: https://github.com/DrTimothyAldenDavis/SuiteSparse/issues/53
Last-Update: 2020-07-15
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile
+++ b/Makefile
@@ -240,6 +240,7 @@ docs:
( cd UMFPACK && $(MAKE) docs )
( cd CHOLMOD && $(MAKE) docs )
( cd SPQR && $(MAKE) docs )
+ ( cd SLIP_LU/Doc && $(MAKE) SLIP_LU_UserGuide.pdf )
# ( cd PIRO_BAND && $(MAKE) docs )
# ( cd SKYLINE_SVD && $(MAKE) docs )
|