This is an automated email generated because a ref change occurred in the
git repository for project wmaker-crm.git.

The branch, next has been updated
       via  ad590811f6cc4aff300353daa9239b4442a2aa9e (commit)
      from  d48a37060c8ba29eb07e6301497068d2ed0dbddd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ad590811f6cc4aff300353daa9239b4442a2aa9e
Author: Doug Torrance <dtorra...@piedmont.edu>
Date:   Fri, 20 Jan 2017 17:01:56 -0500
URL:    <http://repo.or.cz/wmaker-crm.git/ad590811f6cc4aff>

    Remove WindowMaker/mkMakefile script.
    
    It was used to generate WindowMaker/Makefile.am, but hasn't been touched
    since 1999.  Meanwhile, WindowMaker/Makefile.am has been changed manually
    a number of times.
---
 WindowMaker/mkMakefile | 63 ------------------------------------------
 1 file changed, 63 deletions(-)
 delete mode 100755 WindowMaker/mkMakefile

diff --git a/WindowMaker/mkMakefile b/WindowMaker/mkMakefile
deleted file mode 100755
index bd81c58bade0..000000000000
--- a/WindowMaker/mkMakefile
+++ /dev/null
@@ -1,63 +0,0 @@
-#!/bin/sh
-
-#
-# Creates a Makefile.am file containing all the stuff to install 
-# wmaker data
-#
-
-
-
-
-DIRS="Backgrounds Defaults IconSets Icons Pixmaps Styles Themes"
-
-FILE=Makefile.am
-
-spit() {
-       echo -n "$*" >> $FILE
-}
-
-spitln() {
-       echo "$*" >> $FILE
-}
-
-
-
-rm -f $FILE
-
-
-
-
-spitln SUBDIRS = $DIRS
-spitln
-spitln prefsdatadir = '$(pkgdatadir)'
-spitln
-
-
-EXCEPT="Makefile.am Makefile.in Makefile mkMakefile $FILE"
-
-spit prefsdata_DATA =
-
-FILES=`ls -1|grep -v \~`
-FILES=`echo $FILES`
-
-for f in $FILES; do
-       ok=1
-       for i in $EXCEPT; do
-               if test "$i" = "$f"; then
-                       ok=0    
-                       break
-               fi
-       done    
-       if [ -f $f -a $ok = 1 ]; then
-               spitln \\
-               spit "  $f"
-       fi
-done
-
-
-spitln
-spitln
-
-spitln EXTRA_DIST = '$(prefsdata_DATA)' mkMakefile
-spitln
-spitln

-----------------------------------------------------------------------

Summary of changes:
 WindowMaker/mkMakefile | 63 ------------------------------------------
 1 file changed, 63 deletions(-)
 delete mode 100755 WindowMaker/mkMakefile


repo.or.cz automatic notification. Contact project admin crma...@gmail.com
if you want to unsubscribe, or site admin ad...@repo.or.cz if you receive
no reply.
-- 
wmaker-crm.git ("The Window Maker window manager")


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to