summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/yhmath/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/fonts/yhmath/Makefile')
-rw-r--r--Master/texmf-dist/source/fonts/yhmath/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/fonts/yhmath/Makefile b/Master/texmf-dist/source/fonts/yhmath/Makefile
index 01ca4edccbb..a29e00d955b 100644
--- a/Master/texmf-dist/source/fonts/yhmath/Makefile
+++ b/Master/texmf-dist/source/fonts/yhmath/Makefile
@@ -10,7 +10,9 @@ DRVFILES=yhmath.drv
PFBFILES=yhcmex.pfb
SOURCEFILES=yhmath.dtx yhmath.ins
-GENFILES=$(TFMFILES) $(VFFILES) $(MFFILES) $(VPLFILES) $(TEXFILES) $(MAPFILES) $(DOCFILES) $(DRVFILES)
+CLEANFILES=$(MFFILES) $(VPLFILES) $(TEXFILES) $(MAPFILES) $(DRVFILES)
+EXTRACLEANFILES=$(TFMFILES) $(VFFILES) $(DOCFILES)
+GENFILES=$(TFMFILES) $(VFFILES) $(DOCFILES) $(MFFILES) $(VPLFILES) $(TEXFILES) $(MAPFILES) $(DRVFILES)
DESTDIR ?= /usr/local/share/texmf
CLEANRM ?= :
@@ -68,15 +70,10 @@ yrcmex10.tfm: $(MFFILES)
yhcmex10.tfm yhcmex10.vf: yhcmex10.vpl
vptovf yhcmex10.vpl
-ctanclean: clean
- -rm -f $(MAPFILES) $(MFFILES) $(TEXFILES)
-
clean:
- -rm -f $(VPLFILES) yrcmex10.*pk yhmath.log yhmath.aux yhmath.drv
- -rm -f yrcmex10.log
+ -rm -f $(CLEANFILES)
+ -rm -f *.log
-rm -f *~
-
-
-distclean: clean
- -rm -f $(GENFILES)
+realclean: clean
+ -rm -f $(EXTRACLEANFILES)