This commit is contained in:
Connor Lane Smith
2011-06-08 21:30:33 +01:00
parent 2404eb5b6b
commit ff97891dad
7 changed files with 131 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ SRC = \
dirname.c \
echo.c \
false.c \
fold.c \
grep.c \
head.c \
ln.c \
@@ -70,7 +71,9 @@ install: all
@cd $(DESTDIR)$(MANPREFIX)/man1 && chmod 644 $(MAN)
uninstall:
@echo removing executables from $(DESTDIR)$(PREFIX)/bin
@cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN)
@echo removing manual pages from $(DESTDIR)$(MANPREFIX)/man1
@cd $(DESTDIR)$(MANPREFIX)/man1 && rm -f $(MAN)
dist: clean