aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 041fd68..0f53036 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ $(MTOOLS_SUBDIR:%=install_m_%):
install src/MTools/$(@:install_m_%=%)/*.pm ${DESTDIR}${PREFIX}/share/perl5/mtools/MTools/$(@:install_m_%=%)
install: all $(BASE_SUBDIR:%=install_%) $(MTOOLS_SUBDIR:%=install_m_%)
+ install src/*.pm ${DESTDIR}${PREFIX}/share/perl5/mtools/
install -d ${DESTDIR}${PREFIX}/share/perl5/mtools/SVG/SVG2zinc/Backend
install src/SVG/SVG2zinc/Backend/*.pm.k ${DESTDIR}${PREFIX}/share/perl5/mtools/SVG/SVG2zinc/Backend
install -d ${DESTDIR}${PREFIX}/share/doc/mtools/examples