summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/phfnote/Makefile
diff options
context:
space:
mode:
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)
+