comparison Makefile.am @ 18487:8473198fd005

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 18 Feb 2014 02:51:48 -0500
parents c3f3fa5a5db5 3c1a28978599
children ab7d81d5fbdf
comparison
equal deleted inserted replaced
18481:16b0cd465ecd 18487:8473198fd005
162 (cd $(srcdir); hg log --style=build-aux/changelog.tmpl --prune=b0e60ad4ae26 --only-branch=`hg branch`; echo ""; echo "See the files in the directory etc/OLD-ChangeLogs for changes before 2011-04-19") > $@.t 162 (cd $(srcdir); hg log --style=build-aux/changelog.tmpl --prune=b0e60ad4ae26 --only-branch=`hg branch`; echo ""; echo "See the files in the directory etc/OLD-ChangeLogs for changes before 2011-04-19") > $@.t
163 mv $@.t $@ 163 mv $@.t $@
164 .PHONY: ChangeLog 164 .PHONY: ChangeLog
165 165
166 octetc_DATA = \ 166 octetc_DATA = \
167 CITATION \
167 NEWS \ 168 NEWS \
168 CITATION 169 config.log
169 170
170 doxyhtml: 171 doxyhtml:
171 $(MAKE) -C doc/doxyhtml doxyhtml 172 $(MAKE) -C doc/doxyhtml doxyhtml
172 .PHONY: doxyhtml 173 .PHONY: doxyhtml
173 174