* doc-gnome/C/Makefile.am: Workaround for buggy db2html

that cannot deal with "./gmc.sgml".
This commit is contained in:
Pavel Roskin 2000-10-23 20:00:19 +00:00
parent 49afc747d1
commit e562710560
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-10-23 Pavel Roskin <proski@gnu.org>
* doc-gnome/C/Makefile.am: Workaround for buggy db2html
that cannot deal with "./gmc.sgml".
2000-10-09 Pavel Roskin <proski@gnu.org>
* Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so

View File

@ -27,7 +27,8 @@ CLEANFILES = gmc.dvi gmc.ps gmc.pdf gmc.rtf
DISTCLEANFILES = gmc.sgm
$(srcdir)/index.html: @MAINT@ $(SGML_FILES)
@MAINT@ db2html $(srcdir)/gmc.sgml && \
@MAINT@ fullsrcdir=`cd $(srcdir) >/dev/null 2>&1 && pwd` && \
@MAINT@ db2html $$fullsrcdir/gmc.sgml && \
@MAINT@ rm -f $(srcdir)/*.html $(srcdir)/*.css && \
@MAINT@ mv gmc/*.html gmc/*.css $(srcdir)
@MAINT@ rm -rf gmc