[Github-comments] [geany/geany] Move TM and ctags files (#1070)

Colomban Wendling notifications at xxxxx
Sat Jul 23 20:27:30 UTC 2016


>  But something like `SUBDIRS = ..` should probably do it.

```diff
commit f21860e85f0b2623bb80615640be1f9b043e17c8
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Sat Jul 23 22:25:46 2016 +0200

    Allow running Make from ctags sub-directories

diff --git a/configure.ac b/configure.ac
index 5a5cbaa..782a671 100644
--- a/configure.ac
+++ b/configure.ac
@@ -148,6 +148,8 @@ AC_CONFIG_FILES([
         icons/tango/48x48/Makefile
         icons/tango/scalable/Makefile
         ctags/Makefile
+        ctags/main/Makefile
+        ctags/parsers/Makefile
         scintilla/Makefile
         scintilla/include/Makefile
         src/Makefile
diff --git a/ctags/main/Makefile.am b/ctags/main/Makefile.am
new file mode 100644
index 0000000..3d959c5
--- /dev/null
+++ b/ctags/main/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = ..
diff --git a/ctags/parsers/Makefile.am b/ctags/parsers/Makefile.am
new file mode 100644
index 0000000..3d959c5
--- /dev/null
+++ b/ctags/parsers/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = ..
```

seems to work just fine

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1070#issuecomment-234738380
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160723/4996e852/attachment.html>


More information about the Github-comments mailing list