Skip to content

Commit 06f6f27

Browse files
Rephrase halcomple man header to quiet down po4a
This avoid the message from po4a suggesting to translate the source instead of the generated file, which is not an option in this case as po4a do not support the hal component format.
1 parent 5ccd22d commit 06f6f27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/hal/utils/halcompile.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -887,8 +887,8 @@ def document(filename, outfilename):
887887
print("""
888888
.\\"*******************************************************************
889889
.\\"
890-
.\\" This file was generated with halcompile.g.
891-
.\\" Modify the source file %s.
890+
.\\" This file was extracted from %s using halcompile.g.
891+
.\\" Modify the source file.
892892
.\\"
893893
.\\"*******************************************************************
894894
""" % filename, file=f)

0 commit comments

Comments
 (0)