diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 2000-10-24 04:45:04 +0000 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 2000-10-24 04:45:04 +0000 |
commit | 5219e151ffe217239c1c15ee317c8264bf352939 (patch) | |
tree | 487bbac52e1e898d2ae5a3b616d53e9ee3940887 /user-guide | |
parent | 29432edbc6537a4ae6384d909ad760994831f751 (diff) | |
download | nautilus-5219e151ffe217239c1c15ee317c8264bf352939.tar.gz |
Fixing tinderbox build.
* user-guide/C/Makefile.am:
Fixing tinderbox build.
Diffstat (limited to 'user-guide')
-rw-r--r-- | user-guide/C/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/user-guide/C/Makefile.am b/user-guide/C/Makefile.am index 291775d79..c47ed70e6 100644 --- a/user-guide/C/Makefile.am +++ b/user-guide/C/Makefile.am @@ -8,7 +8,6 @@ SGML_DIR=$(datadir)/gnome/help TARGET_DIR=$(SGML_DIR)/$(DOC_MODULE)/$(LANG)/ - install-data-local: $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) installfiles=`echo $(srcdir)/sgml/*.sgml \ @@ -26,6 +25,8 @@ install-data-local: dist-hook: mkdir $(distdir)/sgml - -cp $(srcdir)/sgml/*.sgml $(srcdir)/img/*.png $(distdir)/sgml + mkdir $(distdir)/img + -cp $(srcdir)/sgml/*.sgml $(distdir)/sgml + -cp $(srcdir)/img/*.png $(distdir)/img .PHONY : html |