mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-24 21:33:51 +03:00
gain a couple of minor changes on Makefiles, Daniel.
This commit is contained in:
parent
1164e752e6
commit
a4b4430a11
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user