IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

generate a man page with pod2man and install it

File:
1 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)
Note: See TracChangeset for help on using the changeset viewer.