Added an info(1) backend, which constructs .info files directly
[sgt/halibut] / doc / Makefile
index 624bf54..762b1d1 100644 (file)
@@ -7,10 +7,10 @@ HALIBUT = ../build/halibut
 all: Contents.html halibut.1
 
 Contents.html: $(INPUTS) $(HALIBUT)
-       $(HALIBUT) --text=halibut.txt --html $(INPUTS)
+       $(HALIBUT) --text=halibut.txt --html --info=halibut.info $(INPUTS)
 
 halibut.1: manpage.but
        $(HALIBUT) --man=halibut.1 manpage.but
 
 clean:
-       rm -f *.html *.txt *.hlp *.cnt *.1
+       rm -f *.html *.txt *.hlp *.cnt *.1 *.info*