IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5893


Ignore:
Timestamp:
Jan 4, 2006, 1:05:53 PM (21 years ago)
Author:
jhoblitt
Message:

generate a man page with pod2man and install it

Location:
trunk/glueforge
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/Makefile.am

    r5889 r5893  
    1717example_DATA = $(example_files)
    1818
     19man_MANS = \
     20    $(top_builddir)/@PACKAGE_NAME@.1
     21
     22@PACKAGE@.1: glueforge
     23        $(POD2MAN) glueforge > @PACKAGE@.1
     24
     25clean-local:
     26        -rm -rf docs
     27
    1928EXTRA_DIST = autogen.sh glueforge.in $(example_files)
  • trunk/glueforge/configure.ac

    r5888 r5893  
    99AC_PROG_INSTALL
    1010
    11 AC_PATH_PROG([PERL], [perl], [missing])
    12 if test "$PERL" = "missing" ; then
    13   AC_MSG_ERROR([perl is required])
     11AC_PATH_PROG([POD2MAN], [pod2man], [missing])
     12if test "$POD2MAN" = "missing" ; then
     13  AC_MSG_ERROR([pod2man is required])
    1414fi
    1515
Note: See TracChangeset for help on using the changeset viewer.