diff options
author | Karl Berry <karl@freefriends.org> | 2021-10-11 20:24:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-10-11 20:24:29 +0000 |
commit | e5ce0cde7b90ac10f3f1e87757282a7086e2645f (patch) | |
tree | 13a72c4d52a6bf1fcdf2177799fde412516d8a08 /Master/texmf-dist/source/latex/phfnote/Makefile | |
parent | 191b3e8d3780e596eeccd450cefa620fb5e73c08 (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/Makefile | 16 |
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) + |