mirror of
https://github.com/fltk/fltk.git
synced 2026-06-08 18:02:02 +08:00
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
This commit is contained in:
+3
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user