diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-11 21:51:45 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-11 21:55:45 +0900 |
| commit | a3dcc6228458572e91916d3e837bc1c06c55cb0a (patch) | |
| tree | 9c7d61125a4f4b90ade1df2aa8368936750516d6 /keduca | |
| parent | 5b6bbcf2b60f26a670df462e02643fde115ea49d (diff) | |
| download | tdeedu-a3dcc622.tar.gz tdeedu-a3dcc622.zip | |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 65a9f54e1051ee8ab936975e78dcb7117b265ef5)
Diffstat (limited to 'keduca')
| -rw-r--r-- | keduca/Makefile.am | 2 | ||||
| -rw-r--r-- | keduca/keducabuilder/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keduca/Makefile.am b/keduca/Makefile.am index 37f0a527..55f21c8e 100644 --- a/keduca/Makefile.am +++ b/keduca/Makefile.am @@ -7,7 +7,7 @@ messages: $(EXTRACTRC) `find . -name *.rc` > rc.cpp $(EXTRACTRC) `find . -name *.ui` >> rc.cpp - LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \ + LIST=`find . -name \*.h -o -name \*.cpp`; \ if test -n "$$LIST"; then \ $(XGETTEXT) $$LIST -o $(podir)/keduca.pot; \ fi diff --git a/keduca/keducabuilder/Makefile.am b/keduca/keducabuilder/Makefile.am index 160d29c1..b3978ca9 100644 --- a/keduca/keducabuilder/Makefile.am +++ b/keduca/keducabuilder/Makefile.am @@ -31,7 +31,7 @@ rcdir = $(kde_datadir)/keduca rc_DATA = keducabuilderui.rc messages: rc.cpp - LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \ + LIST=`find . -name \*.h -o -name \*.cpp`; \ if test -n "$$LIST"; then \ $(XGETTEXT) $$LIST -o $(podir)/keduca.pot; \ fi |
