From 84e38d4d91dbad1f7793172d70b7aa04ef846484 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 19 Nov 2001 21:25:35 +0000 Subject: 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 --- documentation/Makefile | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'documentation') 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 $". # -- cgit v1.2.3