mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-23 18:29:14 +08:00
Fixed #73408 missing images are now copied on install and part of the
* libxml.spec.in doc/Makefile.am: Fixed #73408 missing images are now copied on install and part of the -devel RPM Daniel
This commit is contained in:
parent
7b41613ff3
commit
f5a457a3ac
@ -1,3 +1,8 @@
|
||||
Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
|
||||
are now copied on install and part of the -devel RPM
|
||||
|
||||
Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* xpath.c: trying to avoid bug #72150 which was apparently
|
||||
|
@ -73,12 +73,12 @@ rebuild: libxml-sections.txt templates sgml html api
|
||||
|
||||
install-data-local:
|
||||
$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
|
||||
-@INSTALL@ -m 0644 $(srcdir)/xml.html $(srcdir)/encoding.html $(srcdir)/FAQ.html $(srcdir)/structure.gif $(srcdir)/DOM.gif $(DESTDIR)$(TARGET_DIR)
|
||||
-@INSTALL@ -m 0644 $(srcdir)/xml.html $(srcdir)/encoding.html $(srcdir)/FAQ.html $(srcdir)/structure.gif $(srcdir)/DOM.gif $(srcdir)/smallfootonly.gif $(srcdir)/redhat.gif $(srcdir)/libxml.gif $(srcdir)/w3c.png $(DESTDIR)$(TARGET_DIR)
|
||||
-@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR)
|
||||
-@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)
|
||||
-(cd $(DESTDIR); gtkdoc-fixxref --module=libxml --html-dir=$(HTML_DIR))
|
||||
|
||||
dist-hook:
|
||||
(cd $(srcdir) ; tar cvf - *.1 site.xsl *.html *.gif html/*.html html/*.sgml libxml2-api.xml parsedecl.py) | (cd $(distdir); tar xf -)
|
||||
(cd $(srcdir) ; tar cvf - *.1 site.xsl *.html *.gif w3c.png html/*.html html/*.sgml libxml2-api.xml parsedecl.py) | (cd $(distdir); tar xf -)
|
||||
|
||||
.PHONY : html sgml templates scan
|
||||
|
@ -129,7 +129,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%doc %{_mandir}/man1/xml2-config.1*
|
||||
%doc AUTHORS ChangeLog NEWS README Copyright TODO
|
||||
%doc doc/*.html doc/html
|
||||
%doc doc/*.html doc/html doc/*.gif doc/*.png
|
||||
|
||||
%{prefix}/lib/lib*.so
|
||||
%{prefix}/lib/*a
|
||||
|
Loading…
Reference in New Issue
Block a user