1## Process this file with automake to generate Makefile.in
2#
3#   Copyright (C) 2012-2021 Free Software Foundation, Inc.
4#
5# This file is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 3 of the License, or
8# (at your option) any later version.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this program; see the file COPYING3.  If not see
17# <http://www.gnu.org/licenses/>.
18#
19
20AUTOMAKE_OPTIONS = info-in-builddir foreign no-texinfo.tex
21
22info_TEXINFOS       = gprofng.texi
23gprofng_TEXINFOS    = fdl.texi
24BUILT_SOURCES       = version.texi
25CLEANFILES          = version.texi
26TEXINFO_TEX         = .
27MAKEINFOHTML        = $(MAKEINFO) --html --no-split
28
29version.texi: 
30	@echo "@set EDITION 1.0"                    > $@
31	@echo "@set VERSION 1.0"                   >> $@
32	@echo "@set UPDATED 22 February 2022"      >> $@
33	@echo "@set UPDATED-MONTH February 2022"   >> $@
34#	@echo "@set UPDATED `date +"%-d %B %Y"`"   >> $@
35#	@echo "@set UPDATED-MONTH `date +"%B %Y"`" >> $@
36
37MAINTAINERCLEANFILES = gprofng.info
38