[2.28] branch gnome-themes
[jhbuild.git] / scripts / Makefile.am
blobd48057235cf17f9b4b4082fd2ee6733ee8508cf2
1 EXTRA_DIST = hg-update.py jhbuild.in
3 bin_SCRIPTS = jhbuild
4 CLEANFILES = jhbuild
6 pkgdata_SCRIPTS = hg-update.py
8 jhbuild: jhbuild.in
9         sed                                             \
10                 -e s!\@srcdir\@!$(abs_top_srcdir)!      \
11                 -e s!\@prefix\@!$(prefix)!              \
12                 -e s!\@datadir\@!$(datadir)!            \
13                 -e s!\@pkgdatadir\@!$(pkgdatadir)!      \
14                 -e s!\@libexecdir\@!$(libexecdir)!      \
15                 -e s!\@libdir\@!$(libdir)!              \
16                 -e s!\@pythondir\@!$(pythondir)!        \
17                 -e s!\@PACKAGE\@!$(PACKAGE)!            \
18                 -e s!\@VERSION\@!$(VERSION)!            \
19                 < $< > $@
21 jhbuild: Makefile
23 all-local: jhbuild