Skip to content

Commit

Permalink
Auto updating version in doc/bonjour.man.
Browse files Browse the repository at this point in the history
  • Loading branch information
dongola7 committed Sep 5, 2010
1 parent b4bebcc commit 71db0a6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ autom4te.cache
*.o
config.*
doc/*.html
doc/*.man
doc/*.n
*.dylib
pkgIndex.tcl
3 changes: 2 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -7655,7 +7655,7 @@ $as_echo "${TCLSH_PROG}" >&6; }
# which require substituting th AC variables in. Include these here.
#--------------------------------------------------------------------
ac_config_files="$ac_config_files Makefile pkgIndex.tcl"
ac_config_files="$ac_config_files Makefile pkgIndex.tcl doc/bonjour.man"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
Expand Down Expand Up @@ -8367,6 +8367,7 @@ do
case $ac_config_target in
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"pkgIndex.tcl") CONFIG_FILES="$CONFIG_FILES pkgIndex.tcl" ;;
"doc/bonjour.man") CONFIG_FILES="$CONFIG_FILES doc/bonjour.man" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ TEA_PROG_TCLSH
# which require substituting th AC variables in. Include these here.
#--------------------------------------------------------------------

AC_OUTPUT([Makefile pkgIndex.tcl])
AC_OUTPUT([Makefile pkgIndex.tcl doc/bonjour.man])
4 changes: 2 additions & 2 deletions doc/bonjour.man → doc/bonjour.man.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[manpage_begin bonjour n 1.0]
[manpage_begin @PACKAGE_NAME@ n @PACKAGE_VERSION@]
[copyright {2010 Blair Kitchen <[email protected]>}]
[moddesc {Networking}]
[moddesc {Bonjour Library}]
[require Tcl 8.5]
[require bonjour [opt 1.0]]
[require @PACKAGE_NAME@ [opt @PACKAGE_VERSION@]]
[description]

[para]
Expand Down

0 comments on commit 71db0a6

Please sign in to comment.