Skip to content

Commit fa03268

Browse files
committed
Move template to /etc
1 parent 8c7c8bb commit fa03268

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.

etc/generate_FLINT_structs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ end
111111

112112
file_header_notice(FLINT_jll_version) = """
113113
# Most of this file is generated from FLINT's header files.
114-
# Do not edit manually, only the corresponding `*_template.jl` should be edited.
114+
# Do not edit manually, only the corresponding `etc/*_template.jl` file should be edited.
115115
116116
# This file was generated using FLINT_jll v$(FLINT_jll_version).
117117
@@ -136,7 +136,7 @@ function main()
136136
flintversion = pkgversion(FLINT_jll)
137137
@info "Found FLINT" flintpath flintversion
138138

139-
infile = joinpath(nemopath, "src", "flint", "FlintCTypes_template.jl")
139+
infile = joinpath(nemopath, "etc", "FlintCTypes_template.jl")
140140
outfile = joinpath(nemopath, "src", "flint", "FlintCTypes.jl")
141141
expand_template_file(infile, outfile, flintpath, file_header_notice(flintversion))
142142
end

src/flint/FlintCTypes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Most of this file is generated from FLINT's header files.
2-
# Do not edit manually, only the corresponding `*_template.jl` should be edited.
2+
# Do not edit manually, only the corresponding `etc/*_template.jl` file should be edited.
33

44
# This file was generated using FLINT_jll v300.100.301+0.
55

0 commit comments

Comments
 (0)