summaryrefslogtreecommitdiffstats
path: root/doc/sources/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-18 21:48:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-18 21:58:37 +0900
commitd0febf3f55c1de0c7600236583576ad26c7bb703 (patch)
tree08c823af853d31f2c58d0fb3b6b13ed22a67e576 /doc/sources/Makefile.am
parent5753ce851f9fd44b8f82cd514fcda0b4c0bc652b (diff)
downloadlibksquirrel-d0febf3f.tar.gz
libksquirrel-d0febf3f.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b0b9b9401cf06859e99ce20b911014404bc08faf)
Diffstat (limited to 'doc/sources/Makefile.am')
-rw-r--r--doc/sources/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sources/Makefile.am b/doc/sources/Makefile.am
index dc0e0e7..ad4be01 100644
--- a/doc/sources/Makefile.am
+++ b/doc/sources/Makefile.am
@@ -11,7 +11,7 @@ install-data-local:
$(INSTALL_SCRIPT) c++/compile $(DESTDIR)$(datadir)/doc/ksquirrel-libs/$(PACKAGE_VERSION)/sources/c++/compile
$(INSTALL_DATA) c++/main.cpp $(DESTDIR)$(datadir)/doc/ksquirrel-libs/$(PACKAGE_VERSION)/sources/c++/main.cpp
$(INSTALL_DATA) c++/triangle.cpp $(DESTDIR)$(datadir)/doc/ksquirrel-libs/$(PACKAGE_VERSION)/sources/c++/triangle.cpp
- $(INSTALL_DATA) c++/polygon.hpp $(DESTDIR)$(datadir)/doc/ksquirrel-libs/$(PACKAGE_VERSION)/sources/c++/polygon.hpp
+ $(INSTALL_DATA) c++/polygon.h $(DESTDIR)$(datadir)/doc/ksquirrel-libs/$(PACKAGE_VERSION)/sources/c++/polygon.h
$(INSTALL_DATA) c++/README $(DESTDIR)$(datadir)/doc/ksquirrel-libs/$(PACKAGE_VERSION)/sources/c++/README
$(INSTALL_DATA) ttx/Makefile.am $(DESTDIR)$(datadir)/doc/ksquirrel-libs/$(PACKAGE_VERSION)/sources/ttx/Makefile.am
@@ -21,4 +21,4 @@ install-data-local:
$(INSTALL_DATA) ttx/fmt_codec_ttx.h $(DESTDIR)$(datadir)/doc/ksquirrel-libs/$(PACKAGE_VERSION)/sources/ttx/fmt_codec_ttx.h
$(INSTALL_DATA) ttx/fmt_codec_ttx.cpp $(DESTDIR)$(datadir)/doc/ksquirrel-libs/$(PACKAGE_VERSION)/sources/ttx/fmt_codec_ttx.cpp
-EXTRA_DIST = c c++ ttx \ No newline at end of file
+EXTRA_DIST = c c++ ttx