diff options
Diffstat (limited to 'docs/doxygen/Makefile.am')
-rw-r--r-- | docs/doxygen/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/doxygen/Makefile.am b/docs/doxygen/Makefile.am index 3a67fb6d4..f763f6f79 100644 --- a/docs/doxygen/Makefile.am +++ b/docs/doxygen/Makefile.am @@ -34,6 +34,8 @@ docs: prep html/index.html html/index.html: @DOXYGEN@ +EXTRA_DIST = images/gnuradio-logo.png + prep: $(MKDIR_P) html $(MKDIR_P) xml |