diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/dk-bib/Makefile')
-rw-r--r-- | Master/texmf-dist/source/latex/dk-bib/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/dk-bib/Makefile b/Master/texmf-dist/source/latex/dk-bib/Makefile index f21d8fb9a57..0489f75f6fb 100644 --- a/Master/texmf-dist/source/latex/dk-bib/Makefile +++ b/Master/texmf-dist/source/latex/dk-bib/Makefile @@ -1,8 +1,8 @@ ### Makefile --- for building dk-bib -# Copyright (C) 2004, 2005 Arne Jorgensen +# Copyright (C) 2004, 2005, 2006 Arne Jorgensen -# Version: $Id: Makefile 82 2005-10-02 16:26:11Z arne $ +# Version: $Id: Makefile 89 2006-05-16 19:50:56Z arne $ # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this file; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. .PHONY: all doc install-texmfhome install-texmflocal install texlive clean @@ -36,7 +36,7 @@ dk-bib.dvi: dk-bib.ltx litteratur.bib dk-plain.bst dk-bib.sty LATEX=latex make doc dk-bib.zip: README COPYRIGHT Makefile dk-bib.ltx dk-bib.pdf\ - dk-bib.sty litteratur.bib *.bst *.csf + *.sty litteratur.bib *.bst *.csf zip -z $@ $^ < README install: dk-bib.pdf @@ -46,6 +46,7 @@ install: dk-bib.pdf install -m 0755 -d ${INSTALLDIR}/bibtex/bst/dk-bib/ install -m 0755 -d ${INSTALLDIR}/bibtex/csf/dk-bib/ install -m 0644 dk-bib.sty ${INSTALLDIR}/tex/latex/dk-bib/ + install -m 0644 dk-apali.sty ${INSTALLDIR}/tex/latex/dk-bib/ install -m 0644 dk-bib.pdf ${INSTALLDIR}/doc/latex/dk-bib/ install -m 0644 *.bst ${INSTALLDIR}/bibtex/bst/dk-bib/ install -m 0644 *.csf ${INSTALLDIR}/bibtex/csf/dk-bib/ |