summaryrefslogtreecommitdiff
path: root/gnome-doc-utils.make
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2005-04-11 20:02:46 +0000
committerShaun McCance <shaunm@src.gnome.org>2005-04-11 20:02:46 +0000
commitbc1f2dfc9267e4511f95e8195069ca1b9c76bb3e (patch)
treec32ff2ee5638fd02df1ee01c09c5d35d498b50fc /gnome-doc-utils.make
parente5bd12ce9849c67a1a557c7393ad76b88e045546 (diff)
downloadgnome-doc-utils-bc1f2dfc9267e4511f95e8195069ca1b9c76bb3e.tar.gz
- Fixed typo that prevented figures from being disted - Fixed disting of
* gnome-doc-utils.make: - Fixed typo that prevented figures from being disted - Fixed disting of the generated .h file
Diffstat (limited to 'gnome-doc-utils.make')
-rw-r--r--gnome-doc-utils.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-doc-utils.make b/gnome-doc-utils.make
index 9e217d7..9e0691f 100644
--- a/gnome-doc-utils.make
+++ b/gnome-doc-utils.make
@@ -61,7 +61,7 @@ $(DOC_H_FILE): $(DOC_H_DOCS);
.PHONY: dist-header
dist-doc-header: $(DOC_H_FILE)
- $(INSTALL_DATA) $(srcdir)/$(DOC_H_FILE) $(distdir)/$(DOC_H_FILE)
+ $(INSTALL_DATA) $(DOC_H_FILE) $(distdir)/$(DOC_H_FILE)
doc-dist-hook: $(if $(DOC_H_FILE),dist-doc-header)
@@ -587,7 +587,7 @@ dist-doc: $(_DOC_C_DOCS) $(_DOC_LC_DOCS) $(_DOC_POFILES)
dist-fig: $(_DOC_SRC_FIGURES)
@for fig in $(_DOC_C_FIGURES) $(_DOC_LC_FIGURES); do \
if test -f "$$fig"; then d=; else d="$(srcdir)/"; fi; \
- if test -f "$$dd$$fig"; then \
+ if test -f "$$d$$fig"; then \
figdir=`echo $$fig | sed -e 's/^\(.*\/\).*\|.*/\1/'`; \
if ! test -d "$(distdir)/$$figdir"; then \
echo "$(mkinstalldirs) $(distdir)/$$figdir"; \