summary refs log tree commit diff
path: root/emacs/Makefile
diff options
context:
space:
mode:
authorLudovic Court`es2006-10-11 07:43:47 +0000
committerLudovic Court`es2006-10-11 07:43:47 +0000
commitd4360259d60722eaa175a483f792fce7b8c66d97 (patch)
tree622cc21b820e3dd4616890bc9ccba74de6637d8a /emacs/Makefile
parentfc42fe56a57eace2dbdb31574c2e161f0eacf839 (diff)
downloadskribilo-d4360259d60722eaa175a483f792fce7b8c66d97.tar.gz
skribilo-d4360259d60722eaa175a483f792fce7b8c66d97.tar.lz
skribilo-d4360259d60722eaa175a483f792fce7b8c66d97.zip
slide: Propagate the `outline?' parameter in `slide-(sub)?topic'.
* src/guile/skribilo/package/slide.scm (slide-topic): Propagate the
  `outline?' parameter as an option.
  (slide-subtopic): Likewise.

git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-1
Diffstat (limited to 'emacs/Makefile')
-rw-r--r--emacs/Makefile55
1 files changed, 0 insertions, 55 deletions
diff --git a/emacs/Makefile b/emacs/Makefile
deleted file mode 100644
index 52074cb..0000000
--- a/emacs/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-#*=====================================================================*/
-#*    serrano/prgm/project/skribe/emacs/Makefile                       */
-#*    -------------------------------------------------------------    */
-#*    Author      :  Manuel Serrano                                    */
-#*    Creation    :  Sat Oct 25 08:20:06 2003                          */
-#*    Last change :  Thu Jan  1 16:46:32 2004 (serrano)                */
-#*    Copyright   :  2003-04 Manuel Serrano                            */
-#*    -------------------------------------------------------------    */
-#*    Skribe emacs Makefile                                            */
-#*=====================================================================*/
-include ../etc/Makefile.config
-include ../etc/$(SYSTEM)/Makefile.skb
-
-#*---------------------------------------------------------------------*/
-#*    pop                                                              */
-#*---------------------------------------------------------------------*/
-.PHONY: pop
-
-pop: 
-	@ echo emacs/skribe.el.in emacs/Makefile
-
-#*---------------------------------------------------------------------*/
-#*    install/uninstall                                                */
-#*---------------------------------------------------------------------*/
-.PHONY: install uninstall
-
-install:
-	$(MAKE) install-$(SYSTEM)
-uninstall:
-	$(MAKE) uninstall-$(SYSTEM)
-
-install-bigloo:
-	if [ "$(EMACSDIR) " != " " ]; then \
-          if [ -d $(EMACSDIR) ]; then \
-	    cp skribe.el $(EMACSDIR) && chmod $(BMASK) $(EMACSDIR)/skribe.el; \
-          fi \
-        fi
-uninstall-bigloo:
-	if [ "$(EMACSDIR) " != " " ]; then \
-          if [ -d $(EMACSDIR) ]; then \
-	    $(RM) -f $(EMACSDIR)/skribe.el; \
-          fi \
-        fi
-
-install-stklos:
-uninstall-stklos:
-
-#*---------------------------------------------------------------------*/
-#*    clean/distclean                                                  */
-#*---------------------------------------------------------------------*/
-.PHONY: clean distclean
-
-clean:
-distclean: clean
-	$(RM) -f skribe.el