jeyzu pushed a commit to branch master. http://git.enlightenment.org/tools/skeleton.git/commit/?id=334d887397e6a08b30e9821dafc79125b2ac4372
commit 334d887397e6a08b30e9821dafc79125b2ac4372 Author: Jérémy Zurcher <[email protected]> Date: Fri Feb 7 15:52:47 2014 +0100 use autoconf to sync man page --- configure.ac | 1 + doc/Makefile.am | 8 +------- doc/{skeleton.1 => skeleton.1.in} | 6 +++--- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/configure.ac b/configure.ac index 402e811..00365e4 100644 --- a/configure.ac +++ b/configure.ac @@ -75,6 +75,7 @@ src/Makefile src/bin/Makefile src/lib/Makefile src/tests/Makefile +doc/skeleton.1 ]) AC_OUTPUT diff --git a/doc/Makefile.am b/doc/Makefile.am index 75ffa0d..5b0377f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ MAINTAINERCLEANFILES = Makefile.in -EXTRA_DIST = skeleton.1 +EXTRA_DIST = skeleton.1.in man_MANS = skeleton.1 @@ -36,9 +36,3 @@ doc: endif -EXTRA_DIST = \ -Doxyfile.in \ -e.css \ -head.html \ -foot.html - diff --git a/doc/skeleton.1 b/doc/skeleton.1.in similarity index 82% rename from doc/skeleton.1 rename to doc/skeleton.1.in index 5f76970..d648547 100644 --- a/doc/skeleton.1 +++ b/doc/skeleton.1.in @@ -1,7 +1,7 @@ -.TH SKELETON 1 "21 Mar 2013" "skeleton 0.2.3" +.TH SKELETON 1 "01 01 1970 FIXME" "@PACKAGE_NAME@ @PACKAGE_VERSION@" .SH NAME -skeleton \- a minesweeper clone based on the EFL +skeleton \- a demo application .SH SYNOPSIS .B skeleton @@ -37,7 +37,7 @@ Print list of options with short description. .SH BUGS -Reports are welcome. +Reports are welcome. Send them at @PACKAGE_BUGREPORT@. .SH HOMEPAGE --
