[gnumeric] Docs: move func.defs and functions.xml back into C.



commit 31aa49864281475f8414c30920fe92389f066276
Author: Morten Welinder <terra gnome org>
Date:   Sun Feb 5 15:16:44 2017 -0500

    Docs: move func.defs and functions.xml back into C.
    
    Update Makefile.am accordingly.

 doc/{ => C}/func.defs     |    0
 doc/{ => C}/functions.xml |    0
 doc/Makefile.am           |   12 ++++++------
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/doc/func.defs b/doc/C/func.defs
similarity index 100%
rename from doc/func.defs
rename to doc/C/func.defs
diff --git a/doc/functions.xml b/doc/C/functions.xml
similarity index 100%
rename from doc/functions.xml
rename to doc/C/functions.xml
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6a8533f..7d5c1ba 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -539,22 +539,22 @@ uninstall-hook:
                $(RM) $$helpdir/index.docbook; \
        done
 
-functions_xml_parts = func.defs C/func-header.xml C/func-footer.xml
+functions_xml_parts = C/func.defs C/func-header.xml C/func-footer.xml
 
-functions.xml: $(srcdir)/make-func-list.pl $(functions_xml_parts)
+C/functions.xml: $(srcdir)/make-func-list.pl $(functions_xml_parts)
        (cat $(srcdir)/C/func-header.xml ;                              \
-        $(PERL) $(srcdir)/make-func-list.pl func.defs ;        \
+        $(PERL) $(srcdir)/make-func-list.pl C/func.defs ;              \
         cat $(srcdir)/C/func-footer.xml                                \
        ) >functions.tmp ;                                              \
        if xmllint -noent --format --encode "UTF-8" functions.tmp >functions.out ; then \
            mv functions.out $@; rm functions.tmp;                                      \
        fi
 
-func.defs: $(top_builddir)/src/gnumeric$(EXEEXT)
+C/func.defs: $(top_builddir)/src/gnumeric$(EXEEXT)
        LC_ALL="$(locale)" ; export LC_ALL ; $(top_builddir)/src/gnumeric --dump-func-defs="$@"
 
-EXTRA_DIST+=func.defs
-DISTCLEANFILES+=func.defs
+EXTRA_DIST+=C/func.defs
+DISTCLEANFILES+=C/func.defs
 
 EXTRA_DIST+=textdefs.tex
 if ENABLE_PDFDOCS


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