From a4b4430a11ff3fb7452a2fd4233e7c5c1fc3ea8a Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 16 Feb 1999 18:53:00 +0000 Subject: [PATCH] gain a couple of minor changes on Makefiles, Daniel. --- Makefile.am | 3 ++- doc/Makefile.am | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index b8bcdbfe..8d7495eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,7 +57,8 @@ tests : tester confexecdir=$(libdir) confexec_DATA = xmlConf.sh -EXTRA_DIST = xmlConf.sh.in libxml.spec doc/*.html doc/*.gif +EXTRA_DIST = xmlConf.sh.in libxml.spec doc/xml.html doc/structure.gif \ + doc/DOM.gif ## We create xmlConf.sh here and not from configure because we want ## to get the paths expanded correctly. Macros like srcdir are given diff --git a/doc/Makefile.am b/doc/Makefile.am index 059dff87..9ec43516 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -31,9 +31,12 @@ clean-local: maintainer-clean-local: clean rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt -install-data-local: - install -d -m 0755 $(TARGET_DIR) - install -m 0644 xml.html structure.gif DOM.gif $(TARGET_DIR) +docdatadir = $(datadir)/aclocal +docdata_DATA = xml.html structure.gif DOM.gif + +#install-data-local: +# install -d -m 0755 $(TARGET_DIR) +# install -m 0644 xml.html structure.gif DOM.gif $(TARGET_DIR) # install -m 0644 html/*.html $(TARGET_DIR) # install -m 0644 html/index.sgml $(TARGET_DIR) # gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR)