[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to install doxygen-generated HTML documentation?
From: |
Peter Simons |
Subject: |
How to install doxygen-generated HTML documentation? |
Date: |
Sat, 03 May 2008 00:45:58 +0200 |
Hi,
as part of my Automake build, I run doxygen to generate documentation.
That process generates a whole directory of HTML files that I'd like to
distribute and install. The obvious solution, however, doesn't work:
# ~/doc/Makefile.am
dist_pkgdata_DATA = html
all-local:
$(DOXYGEN)
The 'all-local' target generates the 'html' output directory just fine,
but unfortunately the 'install' procedure won't work because it refuses
to install a _directory_ -- apparently the dist_pkgdata_DATA macro is
supposed to contain files only. The problem is that I have no idea what
files doyxgen might generate, so I cannot list them.
Does anyone have an idea how to solve that problem in Automake 1.10?
Best regards,
Peter
- How to install doxygen-generated HTML documentation?,
Peter Simons <=
- 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, 2008/05/13
- 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