Revision: 41 http://trac.macosforge.org/projects/libdispatch/changeset/41 Author: robert@fledge.watson.org Date: 2009-09-25 11:31:19 -0700 (Fri, 25 Sep 2009) Log Message: ----------- Hook up man pages; mlinks not installed yet. Modified Paths: -------------- trunk/Makefile.am trunk/configure.ac Added Paths: ----------- trunk/man/Makefile.am Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2009-09-25 09:53:30 UTC (rev 40) +++ trunk/Makefile.am 2009-09-25 18:31:19 UTC (rev 41) @@ -4,4 +4,5 @@ SUBDIRS= \ dispatch \ + man \ src Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2009-09-25 09:53:30 UTC (rev 40) +++ trunk/configure.ac 2009-09-25 18:31:19 UTC (rev 41) @@ -190,5 +190,5 @@ # # Generate Makefiles. # -AC_CONFIG_FILES([Makefile dispatch/Makefile src/Makefile]) +AC_CONFIG_FILES([Makefile dispatch/Makefile man/Makefile src/Makefile]) AC_OUTPUT Added: trunk/man/Makefile.am =================================================================== --- trunk/man/Makefile.am (rev 0) +++ trunk/man/Makefile.am 2009-09-25 18:31:19 UTC (rev 41) @@ -0,0 +1,18 @@ +# +# +# + +man3_MANS= \ + dispatch.3 \ + dispatch_after.3 \ + dispatch_api.3 \ + dispatch_apply.3 \ + dispatch_async.3 \ + dispatch_benchmark.3 \ + dispatch_group_create.3 \ + dispatch_object.3 \ + dispatch_once.3 \ + dispatch_queue_create.3 \ + dispatch_semaphore_create.3 \ + dispatch_source_create.3 \ + dispatch_time.3