Revision 18799,
926 bytes
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r18798,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | SUBDIRS = libgnomeprintui po doc |
---|
2 | |
---|
3 | DIST_SUBDIRS = $(SUBDIRS) examples tests |
---|
4 | |
---|
5 | EXTRA_DIST = ChangeLog OChangeLog.gpaui.2002-12-17 |
---|
6 | |
---|
7 | # This is a version of the automake-1.4 distcheck rule modified |
---|
8 | # to pass --enable-gtk-doc to ./configure |
---|
9 | # |
---|
10 | mydistcheck: dist |
---|
11 | -rm -rf $(distdir) |
---|
12 | GZIP=$(GZIP_ENV) $(AMTAR) zxf $(distdir).tar.gz |
---|
13 | mkdir $(distdir)/=build |
---|
14 | mkdir $(distdir)/=inst |
---|
15 | dc_install_base=`cd $(distdir)/=inst && pwd`; \ |
---|
16 | cd $(distdir)/=build \ |
---|
17 | && ../configure --srcdir=.. --prefix=$$dc_install_base --enable-gtk-doc \ |
---|
18 | && $(MAKE) $(AM_MAKEFLAGS) \ |
---|
19 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
---|
20 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
---|
21 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
---|
22 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
---|
23 | && $(MAKE) $(AM_MAKEFLAGS) dist |
---|
24 | -rm -rf $(distdir) |
---|
25 | @banner="$(distdir).tar.gz is ready for distribution"; \ |
---|
26 | dashes=`echo "$$banner" | sed s/./=/g`; \ |
---|
27 | echo "$$dashes"; \ |
---|
28 | echo "$$banner"; \ |
---|
29 | echo "$$dashes" |
---|
Note: See
TracBrowser
for help on using the repository browser.