Revision 20883,
944 bytes
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r20882,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | SUBDIRS = src python termcaps po doc |
---|
2 | EXTRA_DIST = HACKING vte.spec vte.pc.in vte-uninstalled.pc.in MESSAGE-OF-DOOM |
---|
3 | if BUILD_GNOME_PTY_HELPER |
---|
4 | SUBDIRS += gnome-pty-helper |
---|
5 | endif |
---|
6 | |
---|
7 | pkgconfigdir = $(libdir)/pkgconfig |
---|
8 | pkgconfig_DATA = vte.pc |
---|
9 | |
---|
10 | CVSTAG=$(shell echo $(PACKAGE)-$(VERSION) | sed 's,[\.\-],_,g') |
---|
11 | |
---|
12 | forcetag: |
---|
13 | cvs tag -cFR $(CVSTAG) . |
---|
14 | |
---|
15 | reallytag: |
---|
16 | cvs tag -cR $(CVSTAG) . |
---|
17 | |
---|
18 | up: |
---|
19 | cvs up -dP |
---|
20 | |
---|
21 | tag: |
---|
22 | $(top_srcdir)/autogen.sh |
---|
23 | $(MAKE) reallytag |
---|
24 | |
---|
25 | archive: |
---|
26 | root=`cat $(top_srcdir)/CVS/Root` ; \ |
---|
27 | repo=`cat $(top_srcdir)/CVS/Repository` ; \ |
---|
28 | tmpdir=`mktemp -d /tmp/$(PACKAGE)-cvsXXXXXX` ; \ |
---|
29 | dir=`pwd` ; \ |
---|
30 | cd $$tmpdir ; \ |
---|
31 | cvs -d $$root export -r $(CVSTAG) $$repo ; \ |
---|
32 | cd $$tmpdir/$$repo ; \ |
---|
33 | ./autogen.sh ; \ |
---|
34 | make dist ; \ |
---|
35 | cp $(PACKAGE)-$(VERSION).tar.gz $$dir/ ; \ |
---|
36 | rpmbuild -tb $(PACKAGE)-$(VERSION).tar.gz || true ; \ |
---|
37 | rm -fr $$tmpdir |
---|
38 | |
---|
39 | srpm: $(top_srcdir)/$(PACKAGE)-$(VERSION).tar.gz |
---|
40 | rpmbuild -ts $(top_srcdir)/$(PACKAGE)-$(VERSION).tar.gz |
---|
Note: See
TracBrowser
for help on using the repository browser.