diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2006-08-25 09:19:58 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2006-08-25 09:19:58 +0000 |
| commit | 6545100e740ba2fafee257f0c2347ac88b37cb2b (patch) | |
| tree | 5cf19c8e7926fa004c4870e2c3cecc0efbb26e23 /test/Makefile | |
| parent | 961391ac0804f708e46fa3b8c54d84e26ab392e6 (diff) | |
Fixed installation of pixmap s to reflect new pixmaps directory.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5364 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/Makefile')
| -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: |
