gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog Makefile.am


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog Makefile.am
Date: Tue, 17 Oct 2006 06:58:47 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/17 06:58:47

Modified files:
        .              : ChangeLog Makefile.am 

Log message:
        Install doc/C/gnash.1 as man page.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1256&r2=1.1257
http://cvs.savannah.gnu.org/viewcvs/gnash/Makefile.am?cvsroot=gnash&r1=1.40&r2=1.41

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1256
retrieving revision 1.1257
diff -u -b -r1.1256 -r1.1257
--- ChangeLog   17 Oct 2006 06:44:07 -0000      1.1256
+++ ChangeLog   17 Oct 2006 06:58:46 -0000      1.1257
@@ -1,6 +1,7 @@
 2006-10-17 Markus Gothe <address@hidden>
 
        * configure.ac: Added use of AC_LANG{PUSH,POP}(C++).
+       * Makefile.am: Install doc/C/gnash.1 as man page.
 
 2006-10-16  Rob Savoye  <address@hidden>
 

Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/Makefile.am,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- Makefile.am 15 Oct 2006 09:11:20 -0000      1.40
+++ Makefile.am 17 Oct 2006 06:58:46 -0000      1.41
@@ -34,7 +34,7 @@
 # forward this exception.
 #
 
-# $Id: Makefile.am,v 1.40 2006/10/15 09:11:20 nihilus Exp $
+# $Id: Makefile.am,v 1.41 2006/10/17 06:58:46 nihilus Exp $
 
 ## Process this file with automake to produce Makefile.in
 AUTOMAKE_OPTIONS = 1.6.0
@@ -64,9 +64,12 @@
 
 SUBDIRS      = $(STD_DIRS) $(DOC_DIRS) $(PLUGIN_DIRS) $(KLASH_DIRS)
 
+man_MANS = doc/C/gnash.1
+
 # libamf isn't used yet, but we still want it in the distribution
 DIST_SUBDIRS = $(STD_DIRS) doc plugin
 
+EXTRA_DIST= $(man_MANS)
 #EXTRA_DIST = macros
 # if HTTP
 # SUBDIRS += net $(STD_DIRS)




reply via email to

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