[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to install doxygen-generated HTML documentation?
From: |
Stepan Kasal |
Subject: |
Re: How to install doxygen-generated HTML documentation? |
Date: |
Tue, 13 May 2008 16:16:36 +0200 |
User-agent: |
Mutt/1.5.17 (2007-11-01) |
Hello again, Peter,
On Mon, May 05, 2008 at 07:07:54PM +0200, Peter Simons wrote:
> > Another way is to do all the necessary work manually: defining
> > install-data-local, uninstall-local, etc. That should be safer.
>
> Thank you for the recommendation. I tried it. Both 'dist' and 'install'
> work fine with those local hooks, but unfortunately 'distcheck' won't.
I tried the simplese example, where the top-level Makefile.am were:
EXTRA_DIST = html
install-data-local:
$(MKDIR_P) $(DESTDIR)$(datadir)/$(PACKAGE)/html
for f in a b; do \
$(INSTALL_DATA) $(srcdir)/html/$$f \
$(DESTDIR)$(datadir)/$(PACKAGE)/html; done
uninstall-local:
rm $(DESTDIR)$(datadir)/$(PACKAGE)/html/[ab]
-rmdir $(DESTDIR)$(datadir)/$(PACKAGE)/html
And make distcheck passed.
Could you please post the error message from distcheck?
Or even better, could you post a self-contained example made from
your project which I could edit to get it through distcheck?
[When I get to it. No promises, sorry.]
Have a nice day,
Stepan
- How to install doxygen-generated HTML documentation?, Peter Simons, 2008/05/02
- Re: How to install doxygen-generated HTML documentation?, Warren Young, 2008/05/02
- Re: How to install doxygen-generated HTML documentation?, Peter Simons, 2008/05/02
- Re: How to install doxygen-generated HTML documentation?, Stepan Kasal, 2008/05/05
- Re: How to install doxygen-generated HTML documentation?, Peter Simons, 2008/05/05
- Re: How to install doxygen-generated HTML documentation?,
Stepan Kasal <=
- Re: How to install doxygen-generated HTML documentation?, Peter Simons, 2008/05/13
- Re: How to install doxygen-generated HTML documentation?, Stepan Kasal, 2008/05/14
- Re: How to install doxygen-generated HTML documentation?, Peter Simons, 2008/05/18