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

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

It seems that $Log$ is not implemented or doesn't work for some reason

  • 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.