output: New HTML driver option "bare".
[pspp] / doc / automake.mk
index 801f278ce653a1fb8956a6c362b227befdd9d390..c94608e98a3cd63917caf3dc285037626679aeb1 100644 (file)
@@ -194,8 +194,7 @@ $(EXAMPLE_TXTS) $(EXAMPLE_HTML): $(pspp_output)
 .spv.txt:
        $(AM_V_GEN)utilities/pspp-output convert $< $@
 .spv.html:
-       $(AM_V_GEN)utilities/pspp-output convert $< - -O format=html \
-       | $(SED) -e '\%</body%,$$d' -e '0,/<body/d' > $@.tmp
+       $(AM_V_GEN)utilities/pspp-output convert $< - -O format=html -O bare=true > $@.tmp
        $(AM_V_at)mv $@.tmp $@
 
 # Convert a text file into a Texinfo file.