root / pykota / trunk / initscripts / postgresql / Makefile.am @ 1417

Revision 1417, 302 bytes (checked in by jalet, 20 years ago)

Inclusion of Michele Baldessari's work on autotools

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1pykotadopostgresdir = $(datadir)/doc/pykota/
2pykotadopostgres_DATA =                 \
3        dbschema.png                            \
4        pykota-postgresql.sql           \
5        README.postgresql                       \
6        upgrade-from-before-1.03.py     \
7        upgrade-to-1.14.sql                     \
8        upgrade-to-1.16.sql                     \
9        VERYOLDpykota-upgrade-postgresql.sql
10
11EXTRA_DIST = \
12        $(pykotadopostgres_DATA)
Note: See TracBrowser for help on using the browser.