Fixing tinderbox build.

* user-guide/C/Makefile.am:
	Fixing tinderbox build.
This commit is contained in:
Eskil Heyn Olsen 2000-10-24 04:45:04 +00:00
parent 29432edbc6
commit 5219e151ff
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2000-10-23 Eskil Heyn Olsen <eskil@eazel.com>
* user-guide/C/Makefile.am:
Fixing tinderbox build.
2000-10-23 Eskil Heyn Olsen <eskil@eazel.com>
* configure.in:

View file

@ -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