diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-19 21:25:35 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-19 21:25:35 +0000 |
| commit | 84e38d4d91dbad1f7793172d70b7aa04ef846484 (patch) | |
| tree | 3cdef2b2623545199c7874d188118b587c583e07 /documentation | |
| parent | 13e7d7639729cc0fb9b778ecd2e45d407d45d393 (diff) | |
Move header installs to new FL/Makefile, which is generated by
configure.
Comment out symlink stuff for Cygwin, and (hopefully) soon for OSX, too.
Add uninstall targets where needed.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1707 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 522418dae..d8ab502da 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.9.2.10.2.1 2001/10/24 17:04:30 easysw Exp $" +# "$Id: Makefile,v 1.9.2.10.2.2 2001/11/19 21:25:35 easysw Exp $" # # Documentation makefile for the Fast Light Tool Kit (FLTK). # @@ -113,6 +113,7 @@ HTMLFILES = \ glut.html \ forms.html \ osissues.html \ + migration.html \ license.html MANPAGES = fltk.$(CAT3EXT) fluid.$(CAT1EXT) @@ -150,6 +151,15 @@ install: $(MANPAGES) cp fltk.man $(mandir)/man3/fltk.3 chmod 644 $(mandir)/man3/fltk.3 + +uninstall: + rm -rf $(docdir) + rm -f $(mandir)/cat1/fluid.$(CAT1EXT) + rm -f $(mandir)/man1/fluid.1 + rm -f $(mandir)/cat3/fltk.$(CAT3EXT) + rm -f $(mandir)/man3/fltk.3 + + # Base html files are now the readable ones, so this target is not make by # default... fltk.d/index.html: $(HTMLFILES) @@ -168,5 +178,5 @@ fltk.pdf: $(HTMLFILES) $(HTMLDOC) -f fltk.pdf --jpeg --compression=9 --duplex --verbose --toclevels 2 --titleimage FL.gif $(HTMLFILES) # -# End of "$Id: Makefile,v 1.9.2.10.2.1 2001/10/24 17:04:30 easysw Exp $". +# End of "$Id: Makefile,v 1.9.2.10.2.2 2001/11/19 21:25:35 easysw Exp $". # |
