From 92e622e68104c93fd3482c25b7f9b8ea17211638 Mon Sep 17 00:00:00 2001 From: freesource Date: Fri, 12 Oct 2001 21:09:19 +0000 Subject: [PATCH] This is the Makefile for CVS, Makefile.pkg is for packaging. --- swim-doc/Makefile | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/swim-doc/Makefile b/swim-doc/Makefile index c1ad4c4..6a59dfd 100644 --- a/swim-doc/Makefile +++ b/swim-doc/Makefile @@ -2,29 +2,29 @@ all:install install: - install -d $(DESTDIR)/share/man/man8 - cp -f swim.8 $(DESTDIR)/share/man/man8 - install -d $(DESTDIR)/share/man/man5 - cp -f swimrc.5 $(DESTDIR)/share/man/man5 - install -d $(DESTDIR)/share/doc/swim - install -d $(DESTDIR)/usr/share/doc/swim/swim.html - cp -fa swim.html/* $(DESTDIR)/usr/share/doc/swim/swim.html - install -d $(DESTDIR)/usr/share/doc/swim/swimrc.html - cp -fa swimrc.html/* $(DESTDIR)/usr/share/doc/swim/swimrc.html - install -d $(DESTDIR)/usr/share/doc/swim/examples - cp -fa examples/* $(DESTDIR)/usr/share/doc/swim/examples - cp -a QUICKSTART.text $(DESTDIR)/share/doc/swim - cp -a REQUIREMENTS.text $(DESTDIR)/share/doc/swim - cp -a swim_by_example.html $(DESTDIR)/share/doc/swim - cp -a THEMES $(DESTDIR)/share/doc/swim - cp -a TODO $(DESTDIR)/share/doc/swim - cp -a BUGS $(DESTDIR)/share/doc/swim - cp -a TODO $(DESTDIR)/share/doc/swim - cp -a COPYING $(DESTDIR)/share/doc/swim - cp -a contact_and_website $(DESTDIR)/share/doc/swim - cp -a changelog $(DESTDIR)/share/doc/swim - cp -a swim.text $(DESTDIR)/share/doc/swim - cp -a swimrc.text $(DESTDIR)/share/doc/swim + install -d /share/man/man8 + cp -f swim.8 /share/man/man8 + install -d /share/man/man5 + cp -f swimrc.5 /share/man/man5 + install -d /share/doc/swim + install -d /usr/share/doc/swim/swim.html + cp -fa swim.html/* /usr/share/doc/swim/swim.html + install -d /usr/share/doc/swim/swimrc.html + cp -fa swimrc.html/* /usr/share/doc/swim/swimrc.html + install -d /usr/share/doc/swim/examples + cp -fa examples/* /usr/share/doc/swim/examples + cp -a QUICKSTART.text /share/doc/swim + cp -a REQUIREMENTS.text /share/doc/swim + cp -a swim_by_example.html /share/doc/swim + cp -a THEMES /share/doc/swim + cp -a TODO /share/doc/swim + cp -a BUGS /share/doc/swim + cp -a TODO /share/doc/swim + cp -a COPYING /share/doc/swim + cp -a contact_and_website /share/doc/swim + cp -a changelog /share/doc/swim + cp -a swim.text /share/doc/swim + cp -a swimrc.text /share/doc/swim remove: rm /usr/share/doc/swim/swim.html/*