groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff/contrib/chem ChangeLog Makefile.sub


From: Werner LEMBERG
Subject: [Groff-commit] groff/contrib/chem ChangeLog Makefile.sub
Date: Wed, 02 Jun 2010 14:02:10 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     10/06/02 14:02:10

Modified files:
        contrib/chem   : ChangeLog Makefile.sub 

Log message:
        * Makefile.sub (install): Fix handling of examples/122.
        It tried to process the CVS subdirectory as a file.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/chem/ChangeLog?cvsroot=groff&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/chem/Makefile.sub?cvsroot=groff&r1=1.11&r2=1.12

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/contrib/chem/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- ChangeLog   5 Jan 2009 20:10:32 -0000       1.13
+++ ChangeLog   2 Jun 2010 14:02:10 -0000       1.14
@@ -1,3 +1,8 @@
+2010-06-02  Larry Jones  <address@hidden>
+
+       * Makefile.sub (install): Fix handling of examples/122.
+       It tried to process the CVS subdirectory as a file.
+
 2009-01-03  Werner LEMBERG  <address@hidden>
 
        * chem.pl: Prepare for groff version 1.20.
@@ -195,7 +200,7 @@
        ________________________________________________________________
        License
 
-       Copyright (C) 2006, 2007, 2008, 2009
+       Copyright (C) 2006, 2007, 2008, 2009, 2010
        Free Software Foundation, Inc.
        Written by Bernd Warken
 

Index: Makefile.sub
===================================================================
RCS file: /cvsroot/groff/groff/contrib/chem/Makefile.sub,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- Makefile.sub        8 Jan 2009 08:28:26 -0000       1.11
+++ Makefile.sub        2 Jun 2010 14:02:10 -0000       1.12
@@ -2,10 +2,10 @@
 
 # File position: <groff-source>/contrib/chem/Makefile.sub
 
-# Copyright (C) 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc.
 # Written by Bernd Warken.
 
-# Last update: 5 Jan 2009
+# Last update: 2 Jun 2010
 
 # This file is part of `chem' which is part of `groff'.
 
@@ -51,9 +51,9 @@
        chmod +x $@
 
 install_data: chem \
-              README examples/README \
+              README examples/README examples/122/README \
               $(srcdir)/chem.pic \
-              $(srcdir)/examples/*.chem $(srcdir)/examples/122/*
+              $(srcdir)/examples/*.chem $(srcdir)/examples/122/*.chem
        -test -d $(DESTDIR)$(bindir) || $(mkinstalldirs) $(DESTDIR)$(bindir)
        $(RM) $(DESTDIR)$(bindir)/$(g)chem
        $(INSTALL_SCRIPT) chem $(DESTDIR)$(bindir)/$(g)chem
@@ -74,7 +74,9 @@
           $(INSTALL_DATA) $$i $(DESTDIR)$(exampledir)/chem/$$n; \
         done
        -$(RM) $(DESTDIR)$(exampledir)/chem/122/*
-       for i in $(srcdir)/examples/122/*; do \
+       $(INSTALL_DATA) examples/122/README \
+          $(DESTDIR)$(exampledir)/chem/122/README
+       for i in $(srcdir)/examples/122/*.chem; do \
           n=`echo $$i | sed 's|$(srcdir)/examples/122/||g'`; \
           $(INSTALL_DATA) $$i $(DESTDIR)$(exampledir)/chem/122/$$n; \
         done



reply via email to

[Prev in Thread] Current Thread [Next in Thread]