Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
- Install configuration documentation to man5 directory
  • Loading branch information
R1kaB3rN committed Mar 7, 2024
1 parent ac0c7f4 commit dcf3e71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,11 @@ user-install:
ulwgl-docs-install:
$(info :: Installing man pages)
@mkdir -p $(DESTDIR)$(MANDIR)/man1
@mkdir -p $(DESTDIR)$(MANDIR)/man5
scdoc < docs/ulwgl.1.scd > $(OBJDIR)/ulwgl.1
scdoc < docs/ulwgl.5.scd > $(OBJDIR)/ulwgl.5
install -m644 $(OBJDIR)/ulwgl.1 $(DESTDIR)$(MANDIR)/man1/ulwgl.1
install -m644 $(OBJDIR)/ulwgl.5 $(DESTDIR)$(MANDIR)/man1/ulwgl.5
install -m644 $(OBJDIR)/ulwgl.5 $(DESTDIR)$(MANDIR)/man5/ulwgl.5

.PHONY: install
ifeq ($(USERINSTALL), xtrue)
Expand Down

0 comments on commit dcf3e71

Please sign in to comment.