diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-29 19:05:31 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-29 20:15:41 +0900 |
| commit | e26dfc7231f9853935c9d392041a9bdc578f8013 (patch) | |
| tree | 82429334cf31b0cf1bf121222d8349447f901446 /Makefile.am | |
| parent | 6dcc291edfdc3832f6e1eb8bcdce8fff79b0a449 (diff) | |
| download | kpilot-e26dfc72.tar.gz kpilot-e26dfc72.zip | |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 66abbed5e08370412b81be1628590898ceeeb604)
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 1a92b00..5e895ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ SUBDIRS = lib kpilot conduits doc messages: $(EXTRACTRC) `find . -name "*.rc" -o -name "*.ui"` > rc.cpp - $(XGETTEXT) `find . -name "*.cc" -o -name "*.cpp"` -o $(podir)/kpilot.pot + $(XGETTEXT) `find . -name "*.cpp" -o $(podir)/kpilot.pot -rm -f rc.cpp DOXYGEN_REFERENCES = kpilot/lib kpilot/kpilot @@ -16,5 +16,5 @@ include $(top_srcdir)/admin/Doxyfile.am devel-pot : extractrc `find . -name "*.rc" -o -name "*.ui"` > /tmp/rc.cpp xgettext -C --keyword=i18n --keyword=I18N_NOOP -o /tmp/kpilot.po \ - `find . -name "*.cc"` /tmp/rc.cpp + `find . -name "*.cpp"` /tmp/rc.cpp |
