Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installdocs seems broken #17

Closed
matthewluckie opened this issue Nov 24, 2020 · 0 comments · Fixed by #18
Closed

installdocs seems broken #17

matthewluckie opened this issue Nov 24, 2020 · 0 comments · Fixed by #18

Comments

@matthewluckie
Copy link

In the dmalloc-5.6.0 release, the installdocs target looks as follows:

installdocs : $(srcdir)/docs/$(HTMLFILE) $(srcdir)/docs/$(TEXIFILE)
$(srcdir)/docs/$(PDFFILE)
$(srcdir)/mkinstalldirs $(docdir)
$(INSTALL_DATA) $(srcdir)/docs/$(HTMLFILE) $(docdir)
$(INSTALL_DATA) $(srcdir)/docs/$(TEXIFILE) $(docdir)
$(INSTALL_DATA) $(srcdir)/docs/$(PDFFILE) $(docdir)

the docs directory doesn't exist in the release tar. the html and texi file are in $(srcdir), though the pdf file is not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant