emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/lentic e6d013bf57 329/333: Fix missing files


From: ELPA Syncer
Subject: [elpa] externals/lentic e6d013bf57 329/333: Fix missing files
Date: Tue, 27 Feb 2024 13:00:52 -0500 (EST)

branch: externals/lentic
commit e6d013bf570bb235817f6c8f0abdd31d3b456d53
Author: Phillip Lord <phillip.lord@russet.org.uk>
Commit: Phillip Lord <phillip.lord@russet.org.uk>

    Fix missing files
    
    This also fixes the travis build which was not failing when it should
    have which covered up the problems.
---
 .gitignore                   | 4 +---
 Makefile                     | 3 +--
 dev-resources/fulllua.org    | 9 +++++++++
 dev-resources/fullpython.org | 9 +++++++++
 4 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index b47bacd635..8ca720a79c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,4 @@ Makefile-local
 /dev-resources/asciidoc-clj.clj
 /examples/orgel-org-with-tags.org
 /test/install-test/.cask
-/dev-resources/fillsh.org
-/dev-resources/fulllua.org
-/dev-resources/fullpython.org
+
diff --git a/Makefile b/Makefile
index efba7a8b4e..2a21324e94 100644
--- a/Makefile
+++ b/Makefile
@@ -37,8 +37,7 @@ install-test:
        echo [install] Installation Test Starting
        $(MAKE) -C test/install-test/ test
 
-travis:
-       $(MAKE) test install-test html 2>&1 | grep --invert-match "newer than"
+travis: test install-test html
 
 COMMIT_DATE = $(shell date +%y-%m-%d-%H-%m)
 DISTRIB-LENTIC=../distrib-lentic
diff --git a/dev-resources/fulllua.org b/dev-resources/fulllua.org
new file mode 100644
index 0000000000..58fdf8bddd
--- /dev/null
+++ b/dev-resources/fulllua.org
@@ -0,0 +1,9 @@
+# #!/usr/bin/env lua
+
+#+BEGIN_SRC lua
+print( "Hello World" )
+#+END_SRC
+
+# Local Variables:
+# lentic-init: lentic-lua-script-init
+# End:
diff --git a/dev-resources/fullpython.org b/dev-resources/fullpython.org
new file mode 100644
index 0000000000..7c48d5aa75
--- /dev/null
+++ b/dev-resources/fullpython.org
@@ -0,0 +1,9 @@
+# #!/usr/bin/python
+
+#+BEGIN_SRC python
+print("Hello World")
+#+END_SRC
+
+Local Variables:
+lentic-init: lentic-python-script-init
+End:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]