Put man pages in the right place

This commit is contained in:
Juhani Krekelä 2018-07-14 20:26:52 +00:00
parent b7de9c1a50
commit 4ce7746cb5
1 changed files with 2 additions and 2 deletions

View File

@ -23,10 +23,10 @@ install: all pidfilewrapper.1 setruid.1
mkdir -p $(BINDIR)
install pidfilewrapper setruid $(BINDIR)
mkdir -p $(DESTDIR)$(MANDIR)/man1
cp pidfilewrapper.1 setruid.1 $(DESTDIR)$(MANDIR)
cp pidfilewrapper.1 setruid.1 $(DESTDIR)$(MANDIR)/man1
uninstall:
rm -f $(BINDIR)/pidfilewrapper $(BINDIR)/setruid $(DESTDIR)$(MANDIR)/man1/pidfilewrapper.1 $(DESTDIR)$(MANDIR)/setruid.1
rm -f $(BINDIR)/pidfilewrapper $(BINDIR)/setruid $(DESTDIR)$(MANDIR)/man1/pidfilewrapper.1 $(DESTDIR)$(MANDIR)/man1/setruid.1
clean:
rm -f pidfilewrapper