summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2006-01-15 18:36:16 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2006-01-15 18:36:16 +0000
commit115d539691f4e06adbaca9829e28b3552f29798c (patch)
tree8230a283621134c61e3036289dcac335bfa3faba /Makefile
parent61b86ce0e5d234d1cb5818922d8ee44bcf823224 (diff)
More packaging fun.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4756 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2395d4673..d2d64fcf3 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,7 @@ install: makeinclude
done
install-desktop: makeinclude
+ cd documentation; $(MAKE) $(MFLAGS) $(INSTALL_DESKTOP)
cd fluid; $(MAKE) $(MFLAGS) $(INSTALL_DESKTOP)
cd test; $(MAKE) $(MFLAGS) $(INSTALL_DESKTOP)
@@ -57,6 +58,7 @@ uninstall: makeinclude
done
uninstall-desktop: makeinclude
+ cd documentation; $(MAKE) $(MFLAGS) $(UNINSTALL_DESKTOP)
cd fluid; $(MAKE) $(MFLAGS) $(UNINSTALL_DESKTOP)
cd test; $(MAKE) $(MFLAGS) $(UNINSTALL_DESKTOP)