summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/phfnote/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-10-11 20:24:29 +0000
committerKarl Berry <karl@freefriends.org>2021-10-11 20:24:29 +0000
commite5ce0cde7b90ac10f3f1e87757282a7086e2645f (patch)
tree13a72c4d52a6bf1fcdf2177799fde412516d8a08 /Master/texmf-dist/source/latex/phfnote/Makefile
parent191b3e8d3780e596eeccd450cefa620fb5e73c08 (diff)
phfnote (11oct21)
git-svn-id: svn://tug.org/texlive/trunk@60733 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/phfnote/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/phfnote/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/phfnote/Makefile b/Master/texmf-dist/source/latex/phfnote/Makefile
new file mode 100644
index 00000000000..53902aacd2a
--- /dev/null
+++ b/Master/texmf-dist/source/latex/phfnote/Makefile
@@ -0,0 +1,16 @@
+
+PKG = phfnote
+
+ADDITIONAL_GENERATED_FILES = phfnotepreset-xpkgdoc.def
+
+DIST_ADDITIONAL_FILES = naturemagdoi.bst
+
+-include pkg.mk
+
+pkg.mk:
+ ln -sf ../mkcommon/pkg.mk pkg.mk
+
+install: install_sty install_doc
+ mkdir -p $(DESTDIR)$(PREFIX)/bibtex/bst/$(PKG)
+ cp naturemagdoi.bst $(DESTDIR)$(PREFIX)/bibtex/bst/$(PKG)
+