Makefile.am 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. AUTOMAKE_OPTIONS = info-in-builddir foreign no-texinfo.tex
  20. info_TEXINFOS = gprofng.texi
  21. gprofng_TEXINFOS = fdl.texi
  22. BUILT_SOURCES = version.texi
  23. CLEANFILES = version.texi
  24. TEXINFO_TEX = .
  25. MAKEINFOHTML = $(MAKEINFO) --html --no-split
  26. version.texi:
  27. @echo "@set EDITION 1.0" > $@
  28. @echo "@set VERSION 1.0" >> $@
  29. @echo "@set UPDATED 22 February 2022" >> $@
  30. @echo "@set UPDATED-MONTH February 2022" >> $@
  31. # @echo "@set UPDATED `date +"%-d %B %Y"`" >> $@
  32. # @echo "@set UPDATED-MONTH `date +"%B %Y"`" >> $@
  33. MAINTAINERCLEANFILES = gprofng.info