diff options
Diffstat (limited to 'gnuradio-core/doc/Makefile.am')
-rw-r--r-- | gnuradio-core/doc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnuradio-core/doc/Makefile.am b/gnuradio-core/doc/Makefile.am index a499946a1..1fd11a92a 100644 --- a/gnuradio-core/doc/Makefile.am +++ b/gnuradio-core/doc/Makefile.am @@ -21,7 +21,7 @@ include $(top_srcdir)/Makefile.common -SUBDIRS = other xml +SUBDIRS = other xml-swig docdir = $(prefix)/share/doc/@PACKAGE@-@VERSION@ @@ -36,6 +36,7 @@ html/index.html: prep: mkdir -p html + mkdir -p xml install-data-local: $(mkinstalldirs) $(DESTDIR)$(docdir) |