r4966 - in trunk/src/host/dfu-util: . doc

laforge at docs.openmoko.org laforge at docs.openmoko.org
Thu Apr 9 13:29:46 CEST 2009


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 




More information about the commitlog mailing list