]> code.delx.au - gnu-emacs-elpa/blobdiff - doc/yas-doc-helper.el
add top level menu, minimal styling
[gnu-emacs-elpa] / doc / yas-doc-helper.el
index 495bf9e65e3d6afb6bc0d2fc1876802de39f2403..a782c1fee78bb267871a46099b514f6934a55f73 100755 (executable)
        (proj-plist
         (list
          :base-directory dir :publishing-directory dir
+         :html-preamble
+         (with-temp-buffer
+           (insert-file-contents (expand-file-name "nav-menu.html.inc" dir))
+           (buffer-string))
          :html-postamble
          (concat "<hr><p class='creator'>Generated by %c on %d from "
                  rev "</p>\n"