[Pkg-electronics-commits] [SCM] Packaging for Gnucap branch, master, updated. debian/0.35-1.2-39-gd39d0bd

Wesley J. Landaker wjl at icecavern.net
Fri Nov 12 00:41:24 UTC 2010


The following commit has been merged in the master branch:
commit 03dff5cb4c263e602c77cb169ab914610f7e29a9
Author: Wesley J. Landaker <wjl at icecavern.net>
Date:   Thu Nov 11 17:29:01 2010 -0700

    Applying docpath.diff patch

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4505f21..d1ebed1 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -3,7 +3,7 @@
 
 dist_man_MANS=	gnucap.1 gnucap-ibis.1
 
-pkgdocsdir= ${pkgdatadir}/doc
+pkgdocsdir= ${docdir}
 dist_pkgdocs_DATA= \
 	acs-tutorial COPYING history INSTALL relnotes.029 \
 	relnotes.030 relnotes.031 relnotes.032 relnotes.033 relnotes.034 whatisit 
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 260b45e..040624d 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -158,7 +158,7 @@ top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 dist_man_MANS = gnucap.1 gnucap-ibis.1
-pkgdocsdir = ${pkgdatadir}/doc
+pkgdocsdir = ${docdir}
 dist_pkgdocs_DATA = \
 	acs-tutorial COPYING history INSTALL relnotes.029 \
 	relnotes.030 relnotes.031 relnotes.032 relnotes.033 relnotes.034 whatisit 
diff --git a/examples/Makefile.am b/examples/Makefile.am
index d342d77..2d6bcfe 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,7 +1,7 @@
 ## $Id$
 ##
 
-pkgexamplesdir=	${pkgdatadir}/examples
+pkgexamplesdir=	${docdir}/examples
 dist_pkgexamples_DATA= ${EXFILES}
 
 ##EXFILES= *.c *.doc *.ckt runall runall.out
diff --git a/examples/Makefile.in b/examples/Makefile.in
index d47979e..ffd5ad3 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -154,7 +154,7 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-pkgexamplesdir = ${pkgdatadir}/examples
+pkgexamplesdir = ${docdir}/examples
 dist_pkgexamples_DATA = ${EXFILES}
 EXFILES = \
 eq.doc eq2-145.ckt eq2-289.ckt eq2-577.ckt eq3-1153.ckt eq4-2305.ckt \

-- 
Packaging for Gnucap



More information about the Pkg-electronics-commits mailing list