diff options
author | Nathan Stenzel <nathanstenzel@users.sourceforge.net> | 2001-09-06 21:03:26 +0000 |
---|---|---|
committer | Nathan Stenzel <nathanstenzel@users.sourceforge.net> | 2001-09-06 21:03:26 +0000 |
commit | 538a119b11b0c536c5f3852b6040894b6dd0dde1 (patch) | |
tree | 4d6f73eb8c9c8bbf0e13810371f1eeb490c4d729 /doc | |
parent | bc8e6b344bb123ee7a4725bc981c8939e1715864 (diff) | |
download | libgphoto2-538a119b11b0c536c5f3852b6040894b6dd0dde1.tar.gz |
Added "/doc/api" to the echo strings so it will not worry people.
I thought the whole make install was failing, but the doc/api just did not have anything to install.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2198 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/api/Makefile.am b/doc/api/Makefile.am index 73c007737..0b1a18fc8 100644 --- a/doc/api/Makefile.am +++ b/doc/api/Makefile.am @@ -58,15 +58,15 @@ install-data-local: $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) (installfiles=`echo $(srcdir)/html/*.html`; \ if test "$$installfiles" = '$(srcdir)/html/*.html'; \ - then echo '-- Nothing to install' ; \ + then echo 'doc/api: -- Nothing to install' ; \ else \ for i in $$installfiles; do \ - echo '-- Installing '$$i ; \ + echo 'doc/api/-- Installing '$$i ; \ $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ done; \ echo '-- Installing $(srcdir)/html/index.sgml' ; \ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \ - echo '-- Fixing Crossreferences' ; \ + echo 'doc/api-- Fixing Crossreferences' ; \ gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR)|| true; \ fi) @@ -83,3 +83,4 @@ dist-hook: + |