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

Revision 2139, 302 bytes (checked in by jerome, 19 years ago)

Added the Log keyword property

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision Log
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.