You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
498 B

  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -13,7 +13,7 @@
  4. DOCBOOK2XMAN=xsltproc --param man.authors.section.enabled 0 $(DOCBOOKXSL)/manpages/docbook.xsl
  5. -all: $(BINS) $(MANS)
  6. +all: $(BINS)
  7. clean:
  8. rm -f $(BINS) $(MANS) dump.c errnos.h errno.o
  9. @@ -27,9 +27,6 @@
  10. $(INSTALL_BIN) $(BINS) $(DESTDIR)$(PREFIX)/bin
  11. install $(PERLSCRIPTS) $(DESTDIR)$(PREFIX)/bin
  12. - mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
  13. - install $(MANS) $(DESTDIR)$(PREFIX)/share/man/man1
  14. -
  15. check: isutf8
  16. ./is_utf8/test.sh