add rules for installing documentation
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 3 Jul 2002 21:00:10 +0000 (21:00 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 3 Jul 2002 21:00:10 +0000 (21:00 +0000)
doc/Makefile.am
doc/images/Makefile.am
doc/ru/Makefile.am

index ce8e608..7ff758b 100644 (file)
 #  along with this program; if not, write to the Free Software
 #  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+AUTOMAKE_OPTIONS = foreign
+
 SUBDIRS = . images ru
 
-EXTRA_DIST = comparison.html \
+docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+
+doc_DATA =  \
+       comparison.html \
        developers.html \
        documentation.html \
        download.html \
@@ -28,3 +33,4 @@ EXTRA_DIST = comparison.html \
        index.html \
        news.html
 
+EXTRA_DIST = $(doc_DATA)
index ce77bf6..2ce7adf 100644 (file)
 #  along with this program; if not, write to the Free Software
 #  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-EXTRA_DIST = 1x1.gif \
+AUTOMAKE_OPTIONS = foreign
+
+docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/images
+
+doc_DATA = \
+       1x1.gif \
        cafebug.gif \
        logo.jpg
+
+EXTRA_DIST = $(doc_DATA)
index 38c7053..e63a143 100644 (file)
 #  along with this program; if not, write to the Free Software
 #  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-EXTRA_DIST = \
+AUTOMAKE_OPTIONS = foreign
+
+docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ru
+
+doc_DATA = \
        authors.html \
        comparison.html \
        developers.html \
@@ -28,3 +32,5 @@ EXTRA_DIST = \
        index.html \
        links.html \
        news.html
+
+EXTRA_DIST = $(doc_DATA)