summaryrefslogtreecommitdiff
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-02-15 18:15:46 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-02-15 18:15:46 +0000
commit71f9afb6cb170ecc13122e5f6f07912e224fe951 (patch)
treea2afe241071cd83c834f0c4a2f6cc0b306f19299 /documentation/Makefile
parentca09c666862a05777f916e87f8f384523c39db97 (diff)
Use +O2 for compiler on HP-UX.
Show where we are installing. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1961 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 592a340ec..d7987c7dc 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.9.2.10.2.10 2002/01/15 02:17:18 easysw Exp $"
+# "$Id: Makefile,v 1.9.2.10.2.11 2002/02/15 18:15:45 easysw Exp $"
#
# Documentation makefile for the Fast Light Tool Kit (FLTK).
#
@@ -158,9 +158,11 @@ depend:
docdir = $(datadir)/doc/fltk
install: $(MANPAGES)
+ echo "Installing documentation files in $(docdir)..."
-mkdir -p $(docdir)
cp $(HTMLFILES) *.gif *.jpg index.html $(docdir)
chmod 644 $(docdir)/*
+ echo "Installing man pages in $(mandir)..."
-mkdir -p $(mandir)/cat1
cp fluid.$(CAT1EXT) $(mandir)/cat1
chmod 644 $(mandir)/cat1/fluid.$(CAT1EXT)
@@ -206,5 +208,5 @@ fltk.pdf: $(HTMLFILES)
$(HTMLDOC) --verbose --batch fltk.book -f fltk.pdf
#
-# End of "$Id: Makefile,v 1.9.2.10.2.10 2002/01/15 02:17:18 easysw Exp $".
+# End of "$Id: Makefile,v 1.9.2.10.2.11 2002/02/15 18:15:45 easysw Exp $".
#