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

gEDA-cvs: gaf.git: branch: master updated (1.6.1-20100214-233-g86c305d)



The branch, master has been updated
       via  86c305d9a2c62f062cbd9b63810a0173e4855310 (commit)
      from  cfed6e31d2781f3e0981d62c1b965f0565a03420 (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.


=========
 Summary
=========

 gattrib/docs/Makefile.am   |    2 +-
 gnetlist/docs/Makefile.am  |    2 +-
 gschem/docs/Makefile.am    |    2 +-
 gsymcheck/docs/Makefile.am |    2 +-
 utils/docs/Makefile.am     |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


=================
 Commit Messages
=================

commit 86c305d9a2c62f062cbd9b63810a0173e4855310
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>

    Install HTML versions of manpages even without groff.
    
    If groff isn't available, try to install HTML manpages anyway.  This
    allows users to install manpages even if they don't have groff as long
    as they aren't compiling from git and don't edit the manpages.
    
    Closes-bug: lp-698586

:100644 100644 885eb2b... f553945... M	gattrib/docs/Makefile.am
:100644 100644 3b938ec... 96c7766... M	gnetlist/docs/Makefile.am
:100644 100644 8876e6e... 9c2442b... M	gschem/docs/Makefile.am
:100644 100644 0a38bcc... da27b82... M	gsymcheck/docs/Makefile.am
:100644 100644 7041ff5... 8ac77fd... M	utils/docs/Makefile.am

=========
 Changes
=========

commit 86c305d9a2c62f062cbd9b63810a0173e4855310
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>

    Install HTML versions of manpages even without groff.
    
    If groff isn't available, try to install HTML manpages anyway.  This
    allows users to install manpages even if they don't have groff as long
    as they aren't compiling from git and don't edit the manpages.
    
    Closes-bug: lp-698586

diff --git a/gattrib/docs/Makefile.am b/gattrib/docs/Makefile.am
index 885eb2b..f553945 100644
--- a/gattrib/docs/Makefile.am
+++ b/gattrib/docs/Makefile.am
@@ -20,9 +20,9 @@ dist_man_MANS = gattrib.1
 html_man_files = gattrib.html
 SUFFIXES = .1 .html
 
-if ENABLE_GROFF_HTML
 docsmandir=$(docdir)/man
 dist_docsman_DATA=$(html_man_files)
+if ENABLE_GROFF_HTML
 .1.html:
 	rm -rf $@.tmp && \
 	LC_NUMERIC=C $(GROFF) -man -T html  $< >$@.tmp && \
diff --git a/gnetlist/docs/Makefile.am b/gnetlist/docs/Makefile.am
index 3b938ec..96c7766 100644
--- a/gnetlist/docs/Makefile.am
+++ b/gnetlist/docs/Makefile.am
@@ -17,9 +17,9 @@ dist_man_MANS = gnetlist.1
 html_man_files = gnetlist.html
 SUFFIXES = .1 .html
 
-if ENABLE_GROFF_HTML
 docsmandir=$(docdir)/man
 docsman_DATA=$(html_man_files)
+if ENABLE_GROFF_HTML
 .1.html:
 	rm -rf $@.tmp && \
 	LC_NUMERIC=C $(GROFF) -man -T html  $< >$@.tmp && \
diff --git a/gschem/docs/Makefile.am b/gschem/docs/Makefile.am
index 8876e6e..9c2442b 100644
--- a/gschem/docs/Makefile.am
+++ b/gschem/docs/Makefile.am
@@ -22,9 +22,9 @@ dist_man_MANS = gschem.1
 html_man_files = gschem.html
 SUFFIXES = .1 .html
 
-if ENABLE_GROFF_HTML
 docsmandir=$(docdir)/man
 docsman_DATA=$(html_man_files)
+if ENABLE_GROFF_HTML
 .1.html:
 	rm -rf $@.tmp && \
 	LC_NUMERIC=C $(GROFF) -man -T html  $< >$@.tmp && \
diff --git a/gsymcheck/docs/Makefile.am b/gsymcheck/docs/Makefile.am
index 0a38bcc..da27b82 100644
--- a/gsymcheck/docs/Makefile.am
+++ b/gsymcheck/docs/Makefile.am
@@ -9,9 +9,9 @@ dist_man_MANS = gsymcheck.1
 html_man_files = gsymcheck.html
 SUFFIXES = .1 .html
 
-if ENABLE_GROFF_HTML
 docsmandir=$(docdir)/man
 docsman_DATA=$(html_man_files)
+if ENABLE_GROFF_HTML
 .1.html:
 	rm -rf $@.tmp && \
 	LC_NUMERIC=C $(GROFF) -man -T html  $< >$@.tmp && \
diff --git a/utils/docs/Makefile.am b/utils/docs/Makefile.am
index 7041ff5..8ac77fd 100644
--- a/utils/docs/Makefile.am
+++ b/utils/docs/Makefile.am
@@ -22,9 +22,9 @@ dist_man_MANS = gsch2pcb.1 grenum.1 gxyrs.1
 html_man_files = gsch2pcb.html grenum.html gxyrs.html
 SUFFIXES = .1 .html
 
-if ENABLE_GROFF_HTML
 docsmandir=$(docdir)/man
 dist_docsman_DATA=$(html_man_files)
+if ENABLE_GROFF_HTML
 .1.html:
 	rm -rf $@.tmp && \
 	LC_NUMERIC=C $(GROFF) -man -T html  $< >$@.tmp && \




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs