Send commitlog mailing list submissions to
commitlog@lists.openmoko.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
commitlog-requ...@lists.openmoko.org
You can reach the person managing the list at
commitlog-ow...@lists.openmoko.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. r4966 - in trunk/src/host/dfu-util: . doc
(lafo...@docs.openmoko.org)
--- Begin Message ---
Author: laforge
Date: 2009-04-09 13:29:45 +0200 (Thu, 09 Apr 2009)
New Revision: 4966
Added:
trunk/src/host/dfu-util/doc/Makefile.am
Modified:
trunk/src/host/dfu-util/Makefile.am
trunk/src/host/dfu-util/configure.ac
Log:
make sure the manpage is installed during 'make install' (Michael Scherer)
Modified: trunk/src/host/dfu-util/Makefile.am
===================================================================
--- trunk/src/host/dfu-util/Makefile.am 2009-03-30 23:40:56 UTC (rev 4965)
+++ trunk/src/host/dfu-util/Makefile.am 2009-04-09 11:29:45 UTC (rev 4966)
@@ -1,3 +1,3 @@
-SUBDIRS = src
+SUBDIRS = src doc
EXTRA_DIST = autogen.sh
Modified: trunk/src/host/dfu-util/configure.ac
===================================================================
--- trunk/src/host/dfu-util/configure.ac 2009-03-30 23:40:56 UTC (rev
4965)
+++ trunk/src/host/dfu-util/configure.ac 2009-04-09 11:29:45 UTC (rev
4966)
@@ -35,5 +35,5 @@
AC_FUNC_MEMCMP
AC_CHECK_FUNCS([memset])
-AC_CONFIG_FILES(Makefile src/Makefile)
+AC_CONFIG_FILES(Makefile src/Makefile doc/Makefile)
AC_OUTPUT
Added: trunk/src/host/dfu-util/doc/Makefile.am
===================================================================
--- trunk/src/host/dfu-util/doc/Makefile.am (rev 0)
+++ trunk/src/host/dfu-util/doc/Makefile.am 2009-04-09 11:29:45 UTC (rev
4966)
@@ -0,0 +1,2 @@
+man_MANS = dfu-util.1
+EXTRA_DIST = dfu-util.1
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog