summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@nokia.com>2008-05-21 15:40:05 +0000
committerFelipe Contreras <felipe.contreras@nokia.com>2008-05-21 15:40:05 +0000
commit5e771924d59d9ac912237ea466d0c60ad95df5ab (patch)
tree9694d11a12d286d147112ec4714c72b3a8ce8539
parentd0749502b0e891038593866f619a75305367b409 (diff)
gtk-doc/: Fix installing png images when gtk-doc is disabled.
Original commit message from CVS: * gtk-doc-plugins.mak: * gtk-doc.mak: Fix installing png images when gtk-doc is disabled.
-rw-r--r--ChangeLog6
-rw-r--r--gtk-doc-plugins.mak2
-rw-r--r--gtk-doc.mak2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 85d8449..28b21df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
* gtk-doc-plugins.mak:
* gtk-doc.mak:
+ Fix installing png images when gtk-doc is disabled.
+
+2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
+
+ * gtk-doc-plugins.mak:
+ * gtk-doc.mak:
Fix make clean when gtk-doc is disabled and other cleanups.
2008-05-17 Jan Schmidt <jan.schmidt@sun.com>
diff --git a/gtk-doc-plugins.mak b/gtk-doc-plugins.mak
index a6d5324..7d9578c 100644
--- a/gtk-doc-plugins.mak
+++ b/gtk-doc-plugins.mak
@@ -381,7 +381,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
-cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
-cp $(srcdir)/sgml/*.xml $(distdir)/xml
-cp $(srcdir)/html/index.sgml $(distdir)/html
- -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html
+ -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(srcdir)/html/*.png $(distdir)/html
-cp $(srcdir)/html/$(DOC_MODULE).devhelp* $(distdir)/html
images=$(HTML_IMAGES) ; \
diff --git a/gtk-doc.mak b/gtk-doc.mak
index f75e794..7625b7a 100644
--- a/gtk-doc.mak
+++ b/gtk-doc.mak
@@ -263,7 +263,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
-cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
-cp $(srcdir)/sgml/*.xml $(distdir)/xml
-cp $(srcdir)/html/index.sgml $(distdir)/html
- -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html
+ -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(srcdir)/html/*.png $(distdir)/html
-cp $(srcdir)/html/$(DOC_MODULE).devhelp* $(distdir)/html
images=$(HTML_IMAGES) ; \