Changeset 610


Ignore:
Timestamp:
May 8, 2011, 5:32:56 PM (12 years ago)
Author:
Sam Hocevar
Message:

doc: put manual pages in the doc/ directory.

Location:
abuse/trunk
Files:
1 added
3 edited
2 moved

Legend:

Unmodified
Added
Removed
  • abuse/trunk/.gitignore

    r604 r610  
    1414.auto
    1515.deps
    16 abuse.6
    17 abuse-tool.6
    1816src/abuse
    1917src/abuse-tool
     18doc/abuse.6
     19doc/abuse-tool.6
  • abuse/trunk/Makefile.am

    r609 r610  
    11## Process this file with automake to produce Makefile.in
    22
    3 SUBDIRS = src data
    4 
    5 man_MANS = abuse.6 abuse-tool.6
     3SUBDIRS = src data doc
    64
    75datafiledir = $(datadir)/games/abuse
  • abuse/trunk/configure.ac

    r609 r610  
    128128AC_OUTPUT([
    129129    Makefile
    130     abuse.6
    131     abuse-tool.6
    132130    src/Makefile
    133131    src/lisp/Makefile
     
    135133    src/imlib/Makefile
    136134    src/sdlport/Makefile
    137     data/Makefile])
     135    data/Makefile
     136    doc/Makefile
     137    doc/abuse.6
     138    doc/abuse-tool.6])
    138139
    139140echo "
Note: See TracChangeset for help on using the changeset viewer.