Skip to content
Snippets Groups Projects
Commit 737056a2 authored by sof's avatar sof
Browse files

[project @ 1997-03-20 22:56:07 by sof]

Added .info: .texi suffix rule
parent 23712daf
No related merge requests found
......@@ -219,6 +219,10 @@ HASKELL_POST_COMPILE=$(patsubst %,$(HASKELL_SPLIT_POST),$(filter -split-objs,$(H
$(TEXI2HTML) $(TEXI2HTML_OPTS) $(patsubst %.lhs,%.texi,$<)
@touch $@
%.info:: %.texi
@$(RM) $@
$(MAKEINFO) $(MAKEINFO_OPTS) $< && $(POSTMAKEINFO) $@
%.hs : %.lhs
@$(RM) $@
$(LIT2PGM) $(LIT2PGM_OPTS) -o $@ $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment