Skip to content

Commit

Permalink
Improve some 'do not edit this file' comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Apr 19, 2022
1 parent 6629db3 commit ca57d67
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
2 changes: 0 additions & 2 deletions doc/ref/intrfc.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!-- % This file was created automatically from intrfc.msk. -->
<!-- % DO NOT EDIT! -->
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- %% -->
<!-- %W intrfc.xml GAP manual Alexander Hulpke -->
Expand Down
8 changes: 6 additions & 2 deletions doc/versiondata
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- This file has been generated by the GAP build system,
do not edit manually. -->
<!--
This file has been generated by the GAP build system, do not edit manually.
Instead edit either the template file `doc/versiondata.in`, or edit
`Makefile.rules` (which has code for generating this file), or edit
`configure.ac` (where the value being substituted come from)
-->
<!ENTITY VERSIONNUMBER "4.12dev">
<!ENTITY RELEASEDAY "today">
<!ENTITY RELEASEYEAR "this year">
Expand Down
8 changes: 6 additions & 2 deletions doc/versiondata.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- This file has been generated by the GAP build system,
do not edit manually. -->
<!--
This file has been generated by the GAP build system, do not edit manually.
Instead edit either the template file `doc/versiondata.in`, or edit
`Makefile.rules` (which has code for generating this file), or edit
`configure.ac` (where the value being substituted come from)
-->
<!ENTITY VERSIONNUMBER "@PACKAGE_VERSION@">
<!ENTITY RELEASEDAY "@GAP_RELEASEDAY@">
<!ENTITY RELEASEYEAR "@GAP_RELEASEYEAR@">
Expand Down
3 changes: 2 additions & 1 deletion etc/ffgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ unsigned int needed_bits(unsigned int x)
void emit_code(FILE * dest, int header)
{
unsigned i, j;
fprintf(dest, "/* This file is generated by etc/ffgen.c during build do not edit */\n");
fprintf(dest, "/* This file has been generated by etc/ffgen.c during build,\n");
fprintf(dest, " do not edit */\n");
if (header) {
fprintf(dest, "#ifndef GAP_FFDATA_H\n");
fprintf(dest, "#define GAP_FFDATA_H\n");
Expand Down

0 comments on commit ca57d67

Please sign in to comment.