diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index b85c8cae1..f490b6917 100644 --- a/test/Makefile +++ b/test/Makefile @@ -191,7 +191,9 @@ clean: install: all echo "Installing example programs to $(DESTDIR)$(docdir)/examples..." -$(MKDIR) $(DESTDIR)$(docdir)/examples - $(CP) *.h *.cxx *.fl demo.menu *.xbm *.xpm $(DESTDIR)$(docdir)/examples + $(CP) *.h *.cxx *.fl demo.menu $(DESTDIR)$(docdir)/examples + -$(MKDIR) $(DESTDIR)$(docdir)/examples/pixmaps + $(CP) pixmaps/*.xbm pixmaps/*.xpm $(DESTDIR)$(docdir)/examples/pixmaps $(CHMOD) 644 $(DESTDIR)$(docdir)/examples/*.* install-linux: |
