~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-05-23 23:51:18 UTC
  • mto: This revision was merged to the branch mainline in revision 1039.
  • Revision ID: mordred@inaugust.com-20090523235118-ofmd9l3nipssow61
Imported manpages for the things we ship. Started to edit the names of thing. Changed the port/password options in the drizzle.1 manpage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
                client/drizzleslap \
57
57
                extra/innochecksum
58
58
 
 
59
man_MANS=\
 
60
                client/drizzle.1 \
 
61
                client/drizzlecheck.1 \
 
62
                client/drizzled.8 \
 
63
                client/drizzledump.1 \
 
64
                client/drizzleimport.1 \
 
65
                client/drizzleslap.1
59
66
 
60
67
client_libgetpassword_la_SOURCES= client/get_password.cc
61
68