From bffecbd36e2995c469bf494c573901c7ba55057e Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Fri, 7 Jun 2024 17:54:49 -0400 Subject: Fix targets; add debmake --- src/Makefile | 1 + src/configs/debmake | 1 + 2 files changed, 2 insertions(+) create mode 160000 src/configs/debmake (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 3aff8a9..dbe7da8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,7 @@ # If called directly, Makefile should be called passing the following arguments: # DOCSET_NAME = ... (should be a directory under ./configs) # BUILD_DIR = ... (create built docsets under the directory BUILD_DIR) +# ... (see project README for more options) ERROR_DOCSET_NAME = $(error DOCSET_NAME is unset) .phony: err diff --git a/src/configs/debmake b/src/configs/debmake new file mode 160000 index 0000000..a9e08d1 --- /dev/null +++ b/src/configs/debmake @@ -0,0 +1 @@ +Subproject commit a9e08d14469a5d97b9b3c556e61eff84782d2e55 -- cgit