doc/automake.mk: Re-instate html-local as a dummy rule
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 16 Nov 2020 17:07:17 +0000 (18:07 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 16 Nov 2020 17:07:17 +0000 (18:07 +0100)
commit a58b271cad7e72bc5f2c0e8f7e98fadc27759089 removed the html-local
rule, but did not remove all references to it.  I'm intending to use
this rule again for upcoming changes.  In the meantime I'm re-instating
it as a rule which does nothing.

doc/automake.mk

index a44f19f15a091a4d727d1bcf58501d5964403a57..9be58a12a9185869919e64901bbc493b8be7178d 100644 (file)
@@ -200,6 +200,8 @@ $(EXAMPLE_TXTS) $(EXAMPLE_HTML): $(pspp_output)
        $(AM_V_GEN)$(SED) -e 's/@/@@/g' $< > $@
 
 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) --css-ref=pspp-manual.css
+html-local:
+
 install-html-local: html-local
        $(MKDIR_P) $(DESTDIR)$(prefix)/share/doc/pspp/pspp.html
        $(INSTALL_DATA) ${top_srcdir}/doc/pspp-manual.css $(DESTDIR)$(prefix)/share/doc/pspp/pspp.html