Explorar el Código

Fixed man page installation.

master
phillbush hace 4 años
padre
commit
9c891da8b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -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

Cargando…
Cancelar
Guardar