guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-www Makefile.am


From: Thien-Thi Nguyen
Subject: guile/guile-www Makefile.am
Date: Fri, 16 Nov 2001 20:32:48 -0500

CVSROOT:        /cvs
Module name:    guile
Changes by:     Thien-Thi Nguyen <address@hidden>       01/11/16 20:32:48

Modified files:
        guile-www      : Makefile.am 

Log message:
        Add copyright.
        
        (AUTOMAKE_OPTIONS): Set to "gnu".
        (SUBDIRS, EXTRA_DIST): New vars.
        (dist-hook): New target.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-www/Makefile.am.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: guile/guile-www/Makefile.am
diff -u guile/guile-www/Makefile.am:1.1 guile/guile-www/Makefile.am:1.2
--- guile/guile-www/Makefile.am:1.1     Mon Jun 16 19:17:20 1997
+++ guile/guile-www/Makefile.am Fri Nov 16 20:32:48 2001
@@ -1,7 +1,32 @@
 ## Process this file with automake to produce Makefile.in.
+##
+##     Copyright (C) 2001 Free Software Foundation, Inc.
+##
+##   This file is part of GUILE-WWW.
+##
+##   GUILE-WWW is free software; you can redistribute it and/or modify
+##   it under the terms of the GNU General Public License as
+##   published by the Free Software Foundation; either version 2, or
+##   (at your option) any later version.
+##
+##   GUILE-WWW is distributed in the hope that it will be useful, but
+##   WITHOUT ANY WARRANTY; without even the implied warranty of
+##   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+##   GNU General Public License for more details.
+##
+##   You should have received a copy of the GNU General Public
+##   License along with GUILE; see the file COPYING.  If not, write
+##   to the Free Software Foundation, Inc., 59 Temple Place, Suite
+##   330, Boston, MA 02111-1307 USA
 
-AUTOMAKE_OPTIONS = foreign
+AUTOMAKE_OPTIONS = gnu
 
+SUBDIRS = doc
+
 gwwwdir = $(datadir)/guile/www
 gwww_DATA = cgi.scm http.scm main.scm url.scm wwwcat
 
+EXTRA_DIST = $(gwww_DATA) contrib
+
+dist-hook:
+       rm -rf `find $(distdir)/contrib -name CVS`



reply via email to

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