diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-04-26 21:11:38 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-04 14:44:02 -0400 |
commit | b1ad3c039588b6953dc8891d38418b3a214caaa9 (patch) | |
tree | b00ce546198dd138ab42303d9dd5ebe22057dcaa /org/sdp_conf.org | |
parent | do not track (diff) |
config rearranged, more put in maker.orgdoc-reform_v0.0.3
Diffstat (limited to 'org/sdp_conf.org')
-rw-r--r-- | org/sdp_conf.org | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/org/sdp_conf.org b/org/sdp_conf.org deleted file mode 100644 index 46c9659..0000000 --- a/org/sdp_conf.org +++ /dev/null @@ -1,31 +0,0 @@ -* configuration tangles -** TODO version.txt: set version :version: - -#+BEGIN_SRC d :tangle ../views/version.txt -/+ obt - org generated file +/ -struct Version { - int major; - int minor; - int patch; -} -enum ver = Version(1, 0, 0); -#+END_SRC - -** dub -*** dub.json :dub:description: - -#+BEGIN_SRC json :tangle ../dub.json -{ - "name": "sdp", - "targetType": "executable", - "targetName": "sdp", - "targetPath": "bin", - "description": "sisu document parser.", - "authors": ["Ralph Amissah"], - "homepage": "http://sisudoc.org", - "license": "GPL-3.0", - "add-path": "./src/sdp", - "dependencies": { - } -} -#+END_SRC |