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

gEDA-cvs: CVS update: Makefile.am



  User: ahvezda 
  Date: 06/10/20 23:57:46

  Modified:    .        Makefile.am wikicommit.sh
  Added:       .        copywip.sh
  Log:
  Updated the wiki documentation from the official wiki on geda.seul.org
  
  
  
  
  Revision  Changes    Path
  1.4       +3 -2      eda/geda/gaf/docs/scripts/Makefile.am
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/docs/scripts/Makefile.am,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- Makefile.am	25 Aug 2006 00:57:36 -0000	1.3
  +++ Makefile.am	21 Oct 2006 03:57:46 -0000	1.4
  @@ -1,7 +1,8 @@
  -## $Id: Makefile.am,v 1.3 2006/08/25 00:57:36 ahvezda Exp $
  +## $Id: Makefile.am,v 1.4 2006/10/21 03:57:46 ahvezda Exp $
   ##
   
  -EXTRA_DIST = postproc.sh wikifetch.sh wikicommit.sh populatemkfiles.sh 
  +EXTRA_DIST = postproc.sh wikifetch.sh wikicommit.sh populatemkfiles.sh \
  +             copywip.sh
   
   MOSTLYCLEANFILES =	*.log *~
   CLEANFILES = 		*.log *~
  
  
  
  1.2       +2 -0      eda/geda/gaf/docs/scripts/wikicommit.sh
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: wikicommit.sh
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/docs/scripts/wikicommit.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- wikicommit.sh	22 Aug 2006 02:56:11 -0000	1.1
  +++ wikicommit.sh	21 Oct 2006 03:57:46 -0000	1.2
  @@ -8,8 +8,10 @@
   
   	if [ "$image" != "" ]
   	then
  +		echo Adding image: $i
   		cvs add -kb $i
   	else
  +		echo Adding regular file: $i
   		cvs add $i
   	fi
   done
  
  
  
  1.1                  eda/geda/gaf/docs/scripts/copywip.sh
  
  Index: copywip.sh
  ===================================================================
  #!/bin/sh
  
  diff -r -q wip wiki | grep Files | sed "s/Files/cp -f/" | sed "s/ and / /" | sed "s/ differ//" > tmp$$.sh
  
  sh ./tmp$$.sh
  
  rm -f tmp$$.sh
  
  
  
  


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