Skip to content

Commit

Permalink
fix man page installation
Browse files Browse the repository at this point in the history
Since 91996e7
phpdbg.1 is in buildir, not in srcdir
  • Loading branch information
remicollet committed Aug 16, 2018
1 parent e20baee commit 1f2f2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/phpdbg/Makefile.frag
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install-phpdbg: $(BUILD_BINARY)
@$(INSTALL) -m 0755 $(BUILD_BINARY) $(INSTALL_ROOT)$(bindir)/$(program_prefix)phpdbg$(program_suffix)$(EXEEXT)
@echo "Installing phpdbg man page: $(INSTALL_ROOT)$(mandir)/man1/"
@$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
@$(INSTALL_DATA) $(srcdir)/phpdbg.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)phpdbg$(program_suffix).1
@$(INSTALL_DATA) sapi/phpdbg/phpdbg.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)phpdbg$(program_suffix).1

clean-phpdbg:
@echo "Cleaning phpdbg object files ..."
Expand Down

0 comments on commit 1f2f2c6

Please sign in to comment.