Skip to content
Snippets Groups Projects
Commit e330f471 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Fix tangling

parent fe544f58
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,10 @@ DISTCHECK_CONFIGURE_FLAGS = \
include $(top_srcdir)/am/global-rules
BUILT_SOURCES = timestepping.hh timestepping.cc
$(srcdir)/timestepping.cc $(srcdir)/timestepping.hh: $(srcdir)/timestepping.org
# Make sure the two are not built in parallel
$(srcdir)/timestepping.cc: $(srcdir)/timestepping.hh
$(srcdir)/timestepping.hh: $(srcdir)/timestepping.org
emacs -Q --batch --eval \
"(let (vc-handled-backends) \
(org-babel-tangle-file \"$<\" nil 'c++))"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment