From 9065f6572f08ea23414fdbbd4ac3e13eaff9588a Mon Sep 17 00:00:00 2001 From: Stefan Frederik Date: Fri, 1 Jul 2022 08:17:00 +0200 Subject: [PATCH] doc updates (FSiC2022) --- doc/xschem_man/tutorial_xschem_slides03.html | 2 -- doc/xschem_man/tutorial_xschem_slides071.html | 4 ++-- scconfig/src/util/sccbox.c | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/xschem_man/tutorial_xschem_slides03.html b/doc/xschem_man/tutorial_xschem_slides03.html index d2f353ad..67ad06e0 100644 --- a/doc/xschem_man/tutorial_xschem_slides03.html +++ b/doc/xschem_man/tutorial_xschem_slides03.html @@ -30,8 +30,6 @@ p{padding: 15px 30px 10px;}
  • Subversion local repository in 2007.
  • Sourceforge svn repository in December 2016.
  • Cairo Text option for fonts added in 2017.
  • -
  • XSCHEM joins CoralEDA on repo.hu on October 2018. - Both CoralEDA and Sourceforge repos are maintained.
  • Development boost happened in 2018 to present:
    1. More graphic primitives (polygons, arcs, circles).
    2. diff --git a/doc/xschem_man/tutorial_xschem_slides071.html b/doc/xschem_man/tutorial_xschem_slides071.html index 33149843..44912d27 100644 --- a/doc/xschem_man/tutorial_xschem_slides071.html +++ b/doc/xschem_man/tutorial_xschem_slides071.html @@ -22,7 +22,7 @@ p{padding: 15px 30px 10px;}

      LOCAL CUSTOM CELLS: SCHEMATIC USED AS COMPONENT INSTANCE

      -

      +

      • It is possible to place a schematic instead of a symbol into a parent schematic
      • Example on the right shows one instance of a bus keeper that itself instantiates 2 parametric @@ -32,7 +32,7 @@ p{padding: 15px 30px 10px;}

      - +
      diff --git a/scconfig/src/util/sccbox.c b/scconfig/src/util/sccbox.c index 1cc4d909..7d598b0e 100644 --- a/scconfig/src/util/sccbox.c +++ b/scconfig/src/util/sccbox.c @@ -165,6 +165,7 @@ static void help_linstall(const char *prg) { printf("recompilation without needing to reinstall.\n\n"); printf("Switches:\n"); help_ln_common(); + printf(" -d force destination to be interpreted as a directory\n"); printf(" --preserve do not convert source paths to absolute\n\n"); } @@ -578,8 +579,7 @@ static int safe_link(const char *src, const char *dst, int absolute, int relativ return 1; } } - - if (force) + else if (force) remove(dst); supp = quiet ? " 2>/dev/null" : "";