File barcode-0.98-nohtmltoinfo.patch of Package barcode
--- doc/Makefile.in
+++ doc/Makefile.in
@@ -31,8 +31,7 @@
TARGET = barcode
-ALL = $(TARGET).ps $(TARGET).info $(TARGET)doc.txt $(TARGET).html \
- $(TARGET).pdf
+ALL = $(TARGET).ps $(TARGET).info $(TARGET)doc.txt $(TARGET).pdf
all: $(ALL) terse
@@ -118,8 +117,8 @@
$(TARGET).info: $(TARGET).texinfo
makeinfo $(TARGET).texinfo -o $@
-$(TARGET).html: $(TARGET).texinfo
- $(INFOTOHTML) -o $@ $<
+#$(TARGET).html: $(TARGET).texinfo
+# $(INFOTOHTML) -o $@ $<
#$(TARGET).man: doc.$(TARGET)
# manpages are created by the toplevel Makefile