Skip to content

Commit f924f9e

Browse files
author
gsherman
committedOct 28, 2006
Install SPONSORS file in same directory as the AUTHORS file
git-svn-id: http://svn.osgeo.org/qgis/trunk@6023 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8342096 commit f924f9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
EXTRA_DIST = \
1212
AUTHORS \
13+
SPONSORS \
1314
BUGS \
1415
ChangeLog \
1516
COPYING \
@@ -28,7 +29,7 @@ man1_MANS = qgis.man
2829

2930
docdatadir = $(datadir)/$(PACKAGE)/doc
3031

31-
docdata_DATA = AUTHORS
32+
docdata_DATA = AUTHORS SPONSORS
3233

3334
if WITH_UNITTESTS
3435
TESTS = tests

0 commit comments

Comments
 (0)
Please sign in to comment.