Changeset 1673 for trunk/Makefile.am
- Timestamp:
- Dec 22, 2008, 5:54:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r1659 r1673 1 1 ## Process this file with automake to produce Makefile.in 2 2 ## 3 ## $Id$4 3 4 # $Id$ 5 # 5 6 # Copyright (C) 2003 Daniel Dalevi, Jari Häkkinen 6 7 # Copyright (C) 2005 Peter Johansson … … 29 30 SUBDIRS = build_support yat test doc 30 31 31 .PHONY: doc 32 .PHONY: doc maintainer-check news-check svn-check svn-clean release 32 33 doc:; @(cd doc; $(MAKE) $(AM_MAKEFLAGS) $@) 33 34 34 .PHONY: svn-clean 35 35 36 if ENABLE_SVN_SUPPORT 36 svn-clean: maintainer-clean 37 $(PERL) $(top_srcdir)/build_support/svn-clean $(srcdir) 38 else 39 svn-clean: 40 @echo "$@ is not enabled - see configure option --enable-svn-support" 37 include build_support/svn_support.am 41 38 endif 42 43 .PHONY: release44 45 release: distcheck46 md5sum $(DIST_ARCHIVES) > $(DIST_ARCHIVES).MD547 48 39 49 40 # This is a workaround to avoid a broken make when .m4 files are
Note: See TracChangeset
for help on using the changeset viewer.