Skip to content
Snippets Groups Projects
Commit f5e74804 authored by Point Gerald's avatar Point Gerald
Browse files

fix generation of banner and others files.

parent 1c5befb4
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,8 @@ pages.idx : ${CMDLINE_HELP_FILES} ${GENERATED_HELP_FILES}
echo $$MP $$IF $$TI >> pages.idx ; \
done
.PHONY: license.texi release-info.texi authors.texi banner.texi
license.texi : ${top_srcdir}/COPYING
(echo "@c %page license"; \
echo "@c %title AltaRica Public License"; \
......@@ -125,8 +127,7 @@ banner.texi :
echo "@end verbatim" \
) > banner.texi
.PHONY: release-info.texi
release-info.texi: banner.txt
release-info.texi: banner.txt
@ (echo "@c %page version" ; \
echo "@c %title Informations about ARC version." ; \
echo "@verbatim"; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment