diff options
author | Matthew Turk <satai@gentoo.org> | 2002-08-14 06:33:26 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2002-08-14 06:33:26 +0000 |
commit | c5f65b2c677878042a312cc55c9d6b0e2eae9f64 (patch) | |
tree | f4136df716a44ba5232aed9adaa74d79ff039b4b /eclass/latex-package.eclass | |
parent | Adding sparc/sparc64 keywords (diff) | |
download | gentoo-2-c5f65b2c677878042a312cc55c9d6b0e2eae9f64.tar.gz gentoo-2-c5f65b2c677878042a312cc55c9d6b0e2eae9f64.tar.bz2 gentoo-2-c5f65b2c677878042a312cc55c9d6b0e2eae9f64.zip |
quick reshuffle of documentation building order.
Diffstat (limited to 'eclass/latex-package.eclass')
-rw-r--r-- | eclass/latex-package.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass index df299ad75d17..6a6e44852aba 100644 --- a/eclass/latex-package.eclass +++ b/eclass/latex-package.eclass @@ -1,4 +1,4 @@ -# Author Matthew Turk <m-turk@nwu.edu> +# Author Matthew Turk <satai@gentoo.org> # # This eClass is designed to be easy to use and implement. The vast majority of # LaTeX packages will only need to define SRC_URI (and sometimes S) for a @@ -83,6 +83,7 @@ latex-package_src_doinstall() { "tex" | "dtx") for i in `find . -maxdepth 1 -type f -name "*.${1}"` do + echo "Making documentation: $i" texi2dvi -q -c --language=latex $i done ;; @@ -113,7 +114,7 @@ latex-package_src_doinstall() { latex-package_src_doinstall sh ;; "all") - latex-package_src_doinstall styles doc fonts bin + latex-package_src_doinstall styles fonts bin doc ;; esac shift |