[SCM] Positional Astronomy Library branch, master, updated. d3d9f72659fc628d0e357b89d11e413877573bf2

Ole Streicher debian at liska.ath.cx
Fri Feb 17 08:35:41 UTC 2012


The following commit has been merged in the master branch:
commit 6baf4f8e19a501391c3f5f08def6139f5d89d19c
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Fri Feb 17 09:14:07 2012 +0100

    Build HTML documentation

diff --git a/debian/clean b/debian/clean
index 1ac8242..200e48f 100644
--- a/debian/clean
+++ b/debian/clean
@@ -16,3 +16,4 @@ sun67.aux
 sun67.log
 sun67.pdf
 sun67.toc
+sun67/*
diff --git a/debian/libsla-dev.doc-base b/debian/libsla-dev.doc-base
index 0d83deb..d744202 100644
--- a/debian/libsla-dev.doc-base
+++ b/debian/libsla-dev.doc-base
@@ -8,3 +8,7 @@ Abstract: SLALIB is a library used by writers of positional-astronomy
 
 Format: PDF
 Files: /usr/share/doc/libsla-dev/sun67.pdf.gz
+
+Format: HTML
+Index: /usr/share/doc/libsla-dev/index.html
+Files: /usr/share/doc/libsla-dev/*.html
diff --git a/debian/libsla-dev.docs b/debian/libsla-dev.docs
index 57102f1..ce0ea6e 100644
--- a/debian/libsla-dev.docs
+++ b/debian/libsla-dev.docs
@@ -1,3 +1,4 @@
 sun67.pdf
+sun67/*
 NEWS
 README
diff --git a/debian/patches/use_std_automake.patch b/debian/patches/use_std_automake.patch
index 1274101..6dcd8ed 100644
--- a/debian/patches/use_std_automake.patch
+++ b/debian/patches/use_std_automake.patch
@@ -24,14 +24,16 @@ Description: Starlink uses a special build system with patched versions of
  dnl    If --with-pic=no is set we should honour that.
 --- slalib-2.5.5.orig/Makefile.am
 +++ slalib-2.5.5/Makefile.am
-@@ -8,7 +8,9 @@ EXTRA_DIST = Notes
+@@ -8,7 +8,11 @@ EXTRA_DIST = Notes
  
  lib_LTLIBRARIES = libsla.la
  
 -stardocs_DATA = @STAR_LATEX_DOCUMENTATION@
-+dist_pkgdata_DATA +=  sun67.pdf
++dist_pkgdata_DATA +=  sun67.pdf sun67/index.html
 +.tex.pdf:
-+	pdflatex $<
++	pdflatex $< && pdflatex $<
++sun67/index.html: sun67.tex
++	latex2html -noaddress $^
  
  libsla_la_SOURCES = \
          $(PRIVATE_INCLUDES) \

-- 
Positional Astronomy Library



More information about the debian-science-commits mailing list