fix installation of VERSION file
This commit is contained in:
parent
2a6767a59b
commit
0eba401a34
|
@ -36,7 +36,7 @@ HTTPD_GROUP = @HTTPD_GROUP@
|
||||||
#INSTALL_DATA = $(INSTALL) -m 644
|
#INSTALL_DATA = $(INSTALL) -m 644
|
||||||
#INSTALL_SCRIPT = $(INSTALL) -m 755
|
#INSTALL_SCRIPT = $(INSTALL) -m 755
|
||||||
|
|
||||||
DOCS = COPYING HISTORY INSTALL README TODO VERSION copyright \
|
DOCS = COPYING HISTORY INSTALL README TODO copyright \
|
||||||
docs/README.Kolab.txt docs/README.fpdf.htm \
|
docs/README.Kolab.txt docs/README.fpdf.htm \
|
||||||
docs/README.hosts.txt docs/README.lamdaemon.txt \
|
docs/README.hosts.txt docs/README.lamdaemon.txt \
|
||||||
docs/README.openldap.txt docs/README.schema.txt \
|
docs/README.openldap.txt docs/README.schema.txt \
|
||||||
|
@ -44,7 +44,7 @@ DOCS = COPYING HISTORY INSTALL README TODO VERSION copyright \
|
||||||
|
|
||||||
HTML_DOCS = docs/devel
|
HTML_DOCS = docs/devel
|
||||||
|
|
||||||
LIST1 = graphics help index.html lib locale style templates
|
LIST1 = graphics help index.html lib locale style templates VERSION
|
||||||
LIST2 = sess tmp
|
LIST2 = sess tmp
|
||||||
LIST3 = config
|
LIST3 = config
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue