summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/crop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/crop/Makefile')
-rw-r--r--macros/latex/contrib/crop/Makefile52
1 files changed, 5 insertions, 47 deletions
diff --git a/macros/latex/contrib/crop/Makefile b/macros/latex/contrib/crop/Makefile
index 979d0d5623..09679fec8c 100644
--- a/macros/latex/contrib/crop/Makefile
+++ b/macros/latex/contrib/crop/Makefile
@@ -1,31 +1,8 @@
-# $Id: Makefile,v 1.11 2002/11/22 08:34:30 m Rel $
-
NAME=crop
ARCHIVE_NAME=$(NAME).tar.gz
ARCHIVE_CONTENTS=$(NAME).dtx Makefile $(NAME).txt $(NAME).ins
-MAKEIDXOPT=
-DVIPSOPT= #-Pcmz -Pamz
-DEP=$(NAME).sty
-
-all: $(NAME).ps
-
-print: $(NAME).ps
- psbook $(NAME).ps|psnup -2|psselect -e|lpr
- @ echo -n revert paper stack and hit return
- @ read key
- psbook $(NAME).ps|psnup -2|psselect -o -r|lpr
-
-ps: $(NAME).ps
-
-%.ps: %.dvi
- dvips $(DVIPSOPT) $< -o $@
-
-pdf: $(NAME).pdf
-
-%.pdf: %.dtx
- pdflatex $<
-arc: archive
+all: $(NAME).sty $(NAME).pdf
archive: $(NAME).ins
@ tar -czf $(ARCHIVE_NAME) $(ARCHIVE_CONTENTS)
@@ -33,30 +10,11 @@ archive: $(NAME).ins
@ echo ====================
@ tar -tzf $(ARCHIVE_NAME)
-clean:
- rm -f $(NAME).{log,toc,lot,lof,idx,ilg,ind,aux,blg,bbl,dvi,ins}
+$(NAME).pdf:
+ latexmk $(NAME).dtx
-distclean: clean
- rm -f $(NAME).{ps,pdf,sty} $(ARCHIVE_NAME)
-
-
-REFWARN = 'Rerun to get cross-references'
-LATEXMAX = 5
-
-%.dvi: %.dtx $(DEP)
- latex $<
- RUNS=$(LATEXMAX); \
- while [ $$RUNS -gt 0 ] ; do \
- if grep $(REFWARN) $*.log > /dev/null; \
- then latex $< ; else break; fi; \
- RUNS=`expr $$RUNS - 1`; \
- done
-
-$(NAME).sty: $(NAME).ins FORCE
+$(NAME).sty: $(NAME).ins
tex $(NAME).ins
$(NAME).ins:
- latex $(NAME).dtx
-
-FORCE:
-
+ pdflatex $(NAME).dtx