diff options
| author | Mattias Andrée <maandree@kth.se> | 2020-06-01 20:49:35 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2020-06-01 20:49:35 +0200 | 
| commit | a73003803edc86c00bc60a20a42d499eec9bf0ec (patch) | |
| tree | 713acfd48c279749a2768e8fe4a803ef6785b439 /Makefile | |
| parent | Print data stored to output parameters in system calls (diff) | |
| download | sctrace-a73003803edc86c00bc60a20a42d499eec9bf0ec.tar.gz sctrace-a73003803edc86c00bc60a20a42d499eec9bf0ec.tar.bz2 sctrace-a73003803edc86c00bc60a20a42d499eec9bf0ec.tar.xz | |
Makefile: install and uninstall man page1.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -42,10 +42,13 @@ list-signums.h:  install: sctrace  	mkdir -p -- "$(DESTDIR)$(PREFIX)/bin" +	mkdir -p -- "$(DESTDIR)$(MANPREFIX)/man1"  	cp -- sctrace "$(DESTDIR)$(PREFIX)/bin" +	cp -- sctrace.1 "$(DESTDIR)$(MANPREFIX)/man1"  uninstall:  	-rm -f -- "$(DESTDIR)$(PREFIX)/bin/sctrace" +	-rm -f -- "$(DESTDIR)$(MANPREFIX)/man1/sctrace.1"  clean:  	-rm -f -- *.o list-*.h sctrace | 
