X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=scripts%2FMakefile;h=5a8d028300169208cf88fe34b02fcbdd94e60c3c;hp=c843f6a0af162ad06b6df73c09b3a269def4a1fc;hb=c46b09429cb3309bfb32fd57c294c9dc4d5cf6e9;hpb=5423f5e4e9e14f0b8ed6fa0ba489d460c88f0622 diff --git a/scripts/Makefile b/scripts/Makefile index c843f6a..5a8d028 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -8,7 +8,7 @@ # # This is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software -# Foundation; either version 2, or (at your option) any later version. +# Foundation; either version 3, or (at your option) any later version. # # This is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS @@ -16,12 +16,16 @@ # details. # # You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. include ../settings.make -SCRIPTS= palm-datebook-reminders +SCRIPTS= palm-datebook-reminders random-word expire-iso8601 \ + genspic2gnuplot gnucap2genspic ngspice2genspic \ + cvs-repomove cvs-adjustroot remountresizereiserfs \ + hexterm summarise-mailbox-preserving-privacy \ + git-cache-proxy MANPAGES1= palm-datebook-reminders CSCRIPTS= named-conf @@ -37,11 +41,11 @@ install: $(INSTALL_SCRIPT) $$f $(bindir)/chiark-$$f; done install-docs: - $(INSTALL_DIRECTORY) $(man8dir) + $(INSTALL_DIRECTORY) $(man1dir) $(man8dir) set -e; for f in $(MANPAGES1); do \ - $(INSTALL_SCRIPT) $$f.1 $(man1dir)/$$f.1; done + $(INSTALL_SHARE) $$f.1 $(man1dir)/$$f.1; done set -e; for f in $(CMANPAGES8); do \ - $(INSTALL_SCRIPT) $$f.8 $(man8dir)/chiark-$$f.8; done + $(INSTALL_SHARE) $$f.8 $(man8dir)/chiark-$$f.8; done install-examples: