X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Makefile.am;h=4a87cfd403a210164f2f9b089d7529970976acb8;hb=be17c5d5762dbf66acf50cf0698e63295d47d5cb;hp=42e7b2b05df56bcbdbfdc2e6aa07c0b868497a3c;hpb=c6cb6dcf2f5e1c581a847e8619ee49f75b2ec979;p=projects%2Fchimara%2Fchimara.git diff --git a/Makefile.am b/Makefile.am old mode 100755 new mode 100644 index 42e7b2b..4a87cfd --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in ## Created by Anjuta -SUBDIRS = src po +SUBDIRS = src po docs chimaradocdir = ${prefix}/doc/chimara chimaradoc_DATA = \ @@ -12,7 +12,8 @@ chimaradoc_DATA = \ INSTALL\ NEWS -EXTRA_DIST = $(chimaradoc_DATA) +EXTRA_DIST = $(chimaradoc_DATA) \ + intltool-extract.in intltool-merge.in intltool-update.in # Copy all the spec files. Of cource, only one is actually used. dist-hook: @@ -22,3 +23,6 @@ dist-hook: fi \ done +DISTCLEANFILES = intltool-extract intltool-merge intltool-update + +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc