Changeset 2604
- Timestamp:
- Oct 31, 2011, 5:23:42 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r2462 r2604 73 73 # check that yat.pc is correctly generated with different combinations 74 74 # of ./configure; make. This target is typically used within 75 # mainatiner-check; if used outside main atiner-check, please note that75 # mainatiner-check; if used outside maintainer-check, please note that 76 76 # the target calls configure possibly with other arguments, so it's 77 77 # probably a good a idea to re-configure afterwards. … … 123 123 && $(GREP) '^includedir=quz' yat.pc 124 124 125 SVN = svn 126 SVNCOPYRIGHT = svncopyright 127 128 copyright: 129 $(SVNCOPYRIGHT) -v -r $(srcdir) 130 131 svn-tag: check-version check-svn-diff 132 $(SVN) copy ^/branches/$(YAT_MAJOR_VERSION).$(YAT_MINOR_VERSION)-stable \ 133 ^/tags/$(VERSION) -m "tagging version $(VERSION)" 125 134 126 135 include $(srcdir)/am/maintainer.am -
trunk/build_support/Makefile.am
r2422 r2604 20 20 # along with yat. If not, see <http://www.gnu.org/licenses/>. 21 21 22 noinst_SCRIPTS = tag_and_release.sh 22 23 bin_SCRIPTS=for_installation/yat-config 23 24 -
trunk/configure.ac
r2601 r2604 268 268 AC_CONFIG_FILES([build_support/gen_yat_pc.sh], 269 269 [chmod +x build_support/gen_yat_pc.sh]) 270 AC_CONFIG_FILES([build_support/tag_and_release.sh], 271 [chmod +x build_support/tag_and_release.sh]) 270 272 AC_CONFIG_FILES([Makefile 271 273 build_support/Makefile
Note: See TracChangeset
for help on using the changeset viewer.