Ver código fonte

Fixed man page installation.

master
phillbush 4 anos atrás
pai
commit
9c891da8b3
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver arquivo

@@ -23,6 +23,6 @@ install: all

uninstall:
rm -f ${DESTDIR}/${PREFIX}/bin/${PROG}
rm -f ${DESTDIR}/${MANPREFIX}/${PROG}.1
rm -f ${DESTDIR}/${MANPREFIX}/man1/${PROG}.1

.PHONY: all clean install uninstall

Carregando…
Cancelar
Salvar