lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 3de5f45 1/2: Restore the use of another XML-F


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 3de5f45 1/2: Restore the use of another XML-FO related file in configure build
Date: Wed, 14 Feb 2018 04:55:48 -0500 (EST)

branch: master
commit 3de5f45e09de348dd8377f6351624b6eb0b0f4e5
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Restore the use of another XML-FO related file in configure build
    
    Temporarily restored a header that had been removed. Marked all
    obsolescent XSL files with "PDF !!" for ultimate removal.
---
 Makefile.am | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index c199f70..07f475d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -290,6 +290,11 @@ wx_test_LDADD = \
 
 # libraries
 
+# PDF !! Expunge these two object files
+#  ledger_xml_io.o
+#  ledger_xsl.o
+# from the list below.
+
 liblmi_common_sources = \
     actuarial_table.cpp \
     alert.cpp \
@@ -1089,6 +1094,9 @@ test_zero_CXXFLAGS = $(AM_CXXFLAGS)
 
 # headers: we need to include them or they wouldn't appear in the distribution
 # this list should contain everything in `ls *.h *.hpp *.tpp *.xpp`
+# PDF !! Expunge this header
+#  ledger_xsl.hpp
+# from the list below.
 noinst_HEADERS = \
     about_dialog.hpp \
     account_value.hpp \
@@ -1190,6 +1198,7 @@ noinst_HEADERS = \
     ledger_pdf_generator.hpp \
     ledger_text_formats.hpp \
     ledger_variant.hpp \
+    ledger_xsl.hpp \
     ledgervalues.hpp \
     license.hpp \
     lmi.hpp \



reply via email to

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