Replace Elpher bookmarks with Emacs bookmarks
[elpher.git] / Makefile
index 441528a..e9cea43 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,9 +21,15 @@ help:
        $(info make clean     - remove generated files)
        @exit
 
-.texi.info:
+%.info: %.texi
        $(MAKEINFO) --no-split $< -o $@
 
+%.html: %.texi
+       $(MAKEINFO) --no-split --html $< -o $@
+
+%.pdf: %.texi
+       $(MAKEINFO) --no-split --pdf $< -o $@
+
 dir: $(PKG).info
        $(INSTALLINFO) $? $@
 
@@ -40,6 +46,7 @@ package: $(PKG)-$(VERSION).tar
 clean:
        rm -f $(PKG).elc $(PKG)-loaddefs.el
        rm -f $(PKG).info dir $(PKG)-$(VERSION).tar
+       rm -f $(PKG).html $(PKG).pdf $(PKG).aux $(PKG).fn $(PKG).fns $(PKG).log $(PKG).toc
 
 define LOADDEFS_TPL
 (add-to-list 'load-path (directory-file-name\n\