[nautilus-actions] distcheck ok, but without html/pdf manuals



commit 5da5e9652289f812879e72473a8a86caebfc0088
Author: Pierre Wieser <pwieser trychlos org>
Date:   Fri Sep 18 00:48:50 2015 +0200

    distcheck ok, but without html/pdf manuals

 Makefile.am                 |    8 ++++----
 maintainer/run-autogen.sh   |    2 ++
 maintainer/run-distcheck.sh |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 50985d0..20779da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,11 +38,11 @@ SUBDIRS = \
        po                                                                      \
        $(NULL)
 
-# - nautilus-extdir is a foo directory so that make distcheck has a vpath
-#   which is prefixed with a make variable, instead of hardcoded as returned
-#   by pkg-config
+# - nautilus/nemo-extdir are fake directories so that make distcheck
+#   has a vpath which is prefixed with a make variable, instead of an
+#   hardcoded as returned by pkg-config
 # - do not try to install schemas when making distcheck
-# - do not rebuild NACT manuals
+# - do not rebuild FMACT manuals
 # - gtk-doc requires to be enabled when making dist
 # - GNOME_DOC_DEFINES tries to disable scrollkeeper, but the set is
 #   overriden but this one
diff --git a/maintainer/run-autogen.sh b/maintainer/run-autogen.sh
index 8a145a7..53e3ec9 100755
--- a/maintainer/run-autogen.sh
+++ b/maintainer/run-autogen.sh
@@ -153,6 +153,8 @@ conf_args="\${conf_args} --enable-maintainer-mode"
 conf_args="\${conf_args} --disable-scrollkeeper"
 conf_args="\${conf_args} --enable-gtk-doc"
 conf_args="\${conf_args} --enable-gtk-doc-html"
+conf_args="\${conf_args} --enable-html-manuals"
+conf_args="\${conf_args} --enable-pdf-manuals"
 conf_args="\${conf_args} $*"
 conf_args="\${conf_args} \$*"
 
diff --git a/maintainer/run-distcheck.sh b/maintainer/run-distcheck.sh
index 6e9fc90..5b902ea 100755
--- a/maintainer/run-distcheck.sh
+++ b/maintainer/run-distcheck.sh
@@ -54,7 +54,7 @@ rm -fr ${installdir}
 find ${top_srcdir}/docs/manual -type f -name '*.html' -o -name '*.pdf' | xargs rm -f
 find ${top_srcdir}/docs/manual \( -type d -o -type l \) -name 'stylesheet-images' -o -name 'admon' | xargs 
rm -fr
 
-${maintainer_dir}/run-autogen.sh --enable-deprecated --enable-gtk-doc --enable-html-manuals &&
+${maintainer_dir}/run-autogen.sh --enable-deprecated &&
        ${maintainer_dir}/check-po.sh -nodummy &&
        ${maintainer_dir}/check-headers.sh -nodummy -builddir="${builddir}" &&
        desktop-file-validate ${installdir}/share/applications/fma-ui.desktop &&


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