pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/avr-libc Help latex to find the images.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc71750e969a
branches:  trunk
changeset: 626403:cc71750e969a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Nov 10 20:28:14 2013 +0000

description:
Help latex to find the images.

diffstat:

 cross/avr-libc/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 6bc0d99e03aa -r cc71750e969a cross/avr-libc/Makefile
--- a/cross/avr-libc/Makefile   Sun Nov 10 20:12:32 2013 +0000
+++ b/cross/avr-libc/Makefile   Sun Nov 10 20:28:14 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2013/08/07 03:18:03 mef Exp $
+# $NetBSD: Makefile,v 1.29 2013/11/10 20:28:14 joerg Exp $
 
 DISTNAME=              avr-libc-1.8.0
 CATEGORIES=            cross
@@ -37,6 +37,13 @@
 SUBST_FILES.demo=      doc/Makefile.in
 SUBST_SED.demo=                -e 's|@@@PATH@@@|${PREFIX}/bin:${PATH:Q}|g'
 
+post-extract:
+       ${MKDIR} ${WRKSRC}/doc/api/latex_src
+       ${LN} -s ../../examples/largedemo/largedemo-setup.jpg ${WRKSRC}/doc/api/latex_src
+       ${LN} -s ../../examples/largedemo/largedemo-wiring.jpg ${WRKSRC}/doc/api/latex_src
+       ${LN} -s ../../examples/largedemo/largedemo-wiring2.jpg ${WRKSRC}/doc/api/latex_src
+       ${LN} -s ../../examples/stdiodemo/stdiodemo-setup.jpg ${WRKSRC}/doc/api/latex_src
+
 post-install:
        ${INSTALL_DATA} \
                ${WRKSRC}/LICENSE \



Home | Main Index | Thread Index | Old Index