powerguru-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Powerguru-commit] [SCM] powerguru branch, master, updated. 5286698f5429


From: Rob Savoye
Subject: [Powerguru-commit] [SCM] powerguru branch, master, updated. 5286698f5429410dd0dec9152e69eeffca976cd9
Date: Sun, 13 Jan 2019 17:17:44 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "powerguru".

The branch, master has been updated
       via  5286698f5429410dd0dec9152e69eeffca976cd9 (commit)
       via  9581be6efa1553fd4e4021cdd963d1c11a1156a1 (commit)
      from  3202e4a13733c6d518e502f04dc7d98352d57aa0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/powerguru.git/commit/?id=5286698f5429410dd0dec9152e69eeffca976cd9


commit 5286698f5429410dd0dec9152e69eeffca976cd9
Author: Rob Savoye <address@hidden>
Date:   Sun Jan 13 15:14:31 2019 -0700

    Update copyright dates

diff --git a/doc/Makefile.am b/doc/Makefile.am
index b9f38ac..f2b3c57 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,7 @@
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004  Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
+#               2014, 2015, 2016, 2017, 2018, 2019
+#     Free Software Foundation, Inc.
+#
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -23,4 +25,6 @@ apidoc:
 clean-generic:
        rm -Rf apidoc
 
+install-apidoc:
+
 endif

http://git.savannah.gnu.org/cgit/powerguru.git/commit/?id=9581be6efa1553fd4e4021cdd963d1c11a1156a1


commit 9581be6efa1553fd4e4021cdd963d1c11a1156a1
Author: Rob Savoye <address@hidden>
Date:   Sun Jan 13 15:14:02 2019 -0700

    Don't build pdf for now

diff --git a/doc/C/Makefile.am b/doc/C/Makefile.am
index 6a346bf..728e8a3 100644
--- a/doc/C/Makefile.am
+++ b/doc/C/Makefile.am
@@ -1,6 +1,9 @@
 ## Process this file with automake to produce Makefile.in
 
-# Copyright (C) 2004, 2005-2018.
+#
+# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
+#               2014, 2015, 2016, 2017, 2018, 2019
+#      Free Software Foundation, Inc.
 #
 # Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
@@ -14,11 +17,12 @@
 
 include $(top_srcdir)/doc/xmldocs.make
 
-STYLESDIR = @docbook_styles@
+#STYLESDIR = @docbook_styles@
+STYLESDIR = /usr/share/xml/docbook/stylesheet/docbook-xsl
 EXTRA_DIST += \
        powerguru.html \
-       powerguru.pdf \
        pgd.1
+#      powerguru.pdf
 
 figdir = images
 docname = powerguru
@@ -39,20 +43,25 @@ entities = legal.xml xantrex.xml outback.xml
 all:
        @echo "Nothing to do in doc/C for target all"
 
-alldocs: html pdf man
+alldocs: html man # pdf
 
 html: powerguru.html
 pdf:  powerguru.pdf
 man:  pgd.1
-powerguru.pdf powerguru.html: powergdb2x_texixml powerguru.txmluru.xml 
outback.xml xantrex.xml
+powerguru.pdf powerguru.html: powerguru.xml outback.xml xantrex.xml
 
 .xml.html:
        @echo "Making HTML from XML source..."
+#      docbook2html ?<
        @xsltproc --output $@ --nonet $(STYLESDIR)/html/docbook.xsl $<
+#      @xsltproc --output $@ --nonet $(STYLESDIR)/html/docbook.xsl $<
 #xsltproc --output powerguru.fo --stringparam  paper.type  A4 --nonet 
$(STYLESDIR)/html/docbook.xsl $(srcdir)/powerguru/doc/C/powerguru.xml
 .xml.pdf:
-       @echo "Making PDF from XML source..."
-       @fop.sh -xsl $(STYLESDIR)/fo/docbook.xsl -xml $< -pdf $@
+       @echo "FIXME: Making PDF from XML source..."
+       @xsltproc --output $@ --nonet $(STYLESDIR)/fo/docbook.xsl $< 
+#      docbook2pdf ?<
+
+#      @fop.sh -xsl $(STYLESDIR)/fo/docbook.xsl -xml $< -pdf $@
 #      fop.sh -fo powerguru.fo -pdf powerguru.pdf
 
 dist-hook: app-dist-hook
@@ -99,7 +108,7 @@ uninstall-hook:
 #      $(INSTALL_DATA) $(srcdir)/images/*.png $(powerguru_helpdir)/images
 
 install-doc:
-
+       @echo "Install docs manually"
 # db2x_xsltproc -s texi powerguru.xml -o powerguru.txml
 # db2x_texixml powerguru.txml
 # makeinfo --force powerguru_manual_v0.2.texi

-----------------------------------------------------------------------

Summary of changes:
 doc/C/Makefile.am | 25 +++++++++++++++++--------
 doc/Makefile.am   |  8 ++++++--
 2 files changed, 23 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
powerguru



reply via email to

[Prev in Thread] Current Thread [Next in Thread]