diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/eskdx/Makefile.unpacked')
-rw-r--r-- | Master/texmf-dist/doc/latex/eskdx/Makefile.unpacked | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/eskdx/Makefile.unpacked b/Master/texmf-dist/doc/latex/eskdx/Makefile.unpacked new file mode 100644 index 00000000000..f72c18928f0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/eskdx/Makefile.unpacked @@ -0,0 +1,16 @@ +# Process this file with GNU make +TOP_DIR = .. + +UNPACKED = $(patsubst %.in, %, $(notdir \ + $(shell grep ^source $(TOP_DIR)/manifest.txt))) + +DIST_FILES = Makefile $(UNPACKED) + +include $(TOP_DIR)/include.mak + +all: $(UNPACKED) + +$(UNPACKED): + $(MAKE) -C $(TOP_DIR)/source + rm -f eskd*.{sty,def,cls} + cp -p $(addprefix $(TOP_DIR)/source/, $(UNPACKED)) . |