diff options
Diffstat (limited to 'Master/texmf-dist/source/generic/mkjobtexmf/Makefile.in')
-rw-r--r-- | Master/texmf-dist/source/generic/mkjobtexmf/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/mkjobtexmf/Makefile.in b/Master/texmf-dist/source/generic/mkjobtexmf/Makefile.in index a31a9dcb443..b3a37f37ad8 100644 --- a/Master/texmf-dist/source/generic/mkjobtexmf/Makefile.in +++ b/Master/texmf-dist/source/generic/mkjobtexmf/Makefile.in @@ -76,7 +76,7 @@ check: $(SRC_FILE) podchecker $< uninstall: - -rm -f $(bindir)/$(PRJ) $(mandir)/man1/$(PRJ).1 + -rm -f $(bindir)/$(PRJ) $(man1dir)/$(PRJ).1 clean: -rm -f $(PRJ).aux $(PRJ).log $(PRJ).toc |