Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
42cc3b18
Commit
42cc3b18
authored
Jun 28, 2016
by
thomas.forbriger
Browse files
[TASK] (ts/wf): make all README files visible in flist
parent
43ec57a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ts/wf/Makefile
View file @
42cc3b18
...
...
@@ -100,15 +100,16 @@ clean: ;
TESTCASEMAKE
=
$(
filter-out
%.bak,
$(
wildcard
testcases/Makefile
*
))
# the frame of doxygen documentation is placed in text files
DOXYTXT
=
$(
shell
find
.
-name
doxygen
\*
.
txt
)
DOXYTXT
=
$(
wildcard
doxygen
*
.txt
*
/
doxygen
*
txt
)
EDITFILES
=
Makefile README
$(
wildcard
*
.cfg
)
COPYING
$(DOXYTXT)
EDITFILES
=
Makefile README
$(
wildcard
*
.cfg
)
COPYING
$(DOXYTXT)
\
$(
filter-out
%.bak,
$(
wildcard
*
/README
*
))
EDITSRC
=
$(
wildcard
*
.cc
*
.h
*
.c
*
.f
*
.gpt
*
.inc
)
EDITTESTS
=
$(
wildcard
testcases/
*
.par
)
$(
wildcard
testcases/
*
.tpl
)
\
$(TESTCASEMAKE)
$(
wildcard
testcases/
*
.gpt
)
flist
:
$(wildcard *.txt *.c *.f *.h *.inc *_text.txt Makefile *.cc *.gpt)
\
doxydoc.cfg README COPYING $(DOXYTXT)
\
doxydoc.cfg README COPYING $(DOXYTXT)
$(EDITFILES)
\
$(wildcard testcases/*.par) $(wildcard testcases/*.tpl)
\
$(TESTCASEMAKE) $(wildcard testcases/*.gpt) $(TF_EDIT)
echo
$(
filter
$(EDITFILES)
,
$^
)
|
tr
' '
'\n'
|
sort
>
$@
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment