Commit 10942a1 1 parent 5f92920 commit 10942a1 Copy full SHA for 10942a1
File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 56
56
# The short X.Y version.
57
57
version = '1.9'
58
58
# The full version, including alpha/beta/rc tags.
59
- release = '1.9.0 '
59
+ release = '1.9.1 '
60
60
61
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
62
# for a list of supported languages.
Original file line number Diff line number Diff line change 56
56
# The short X.Y version.
57
57
version = '1.9'
58
58
# The full version, including alpha/beta/rc tags.
59
- release = '1.9.0 '
59
+ release = '1.9.1 '
60
60
61
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
62
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ bin_PROGRAMS = fermisurfer bxsf2frmsf
4
4
5
5
fermisurfer_SOURCES = basic_math.c bz_lines.c calc_nodeline.c draw.c \
6
6
fermi_patch.c fermisurfer.c free_patch.c initialize.c kumo.c \
7
- menu.c operation.c read_file.c section.c
7
+ menu.c operation.c read_file.c section.c \
8
+ basic_math.h bz_lines.h calc_nodeline.h draw.h fermi_patch.h \
9
+ free_patch.h initialize.h kumo.h menu.h operation.h \
10
+ read_file.h section.h variable.h
8
11
9
12
bxsf2frmsf_SOURCES = bxsf2frmsf.c
Original file line number Diff line number Diff line change @@ -287,7 +287,10 @@ top_srcdir = @top_srcdir@
287
287
MAINTAINERCLEANFILES = Makefile.in
288
288
fermisurfer_SOURCES = basic_math.c bz_lines.c calc_nodeline.c draw.c \
289
289
fermi_patch.c fermisurfer.c free_patch.c initialize.c kumo.c \
290
- menu.c operation.c read_file.c section.c
290
+ menu.c operation.c read_file.c section.c \
291
+ basic_math.h bz_lines.h calc_nodeline.h draw.h fermi_patch.h \
292
+ free_patch.h initialize.h kumo.h menu.h operation.h \
293
+ read_file.h section.h variable.h
291
294
292
295
bxsf2frmsf_SOURCES = bxsf2frmsf.c
293
296
all : all-am
You can’t perform that action at this time.
0 commit comments