-Now using a single file for all custom definitions and functions for each package.
[hvlinux.git] / stage1 / pkg / texinfo
diff --git a/stage1/pkg/texinfo b/stage1/pkg/texinfo
new file mode 100644 (file)
index 0000000..fc6050f
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+hvbuild()
+{
+    ${HVMAKE} -C tools/gnulib/lib
+    ${HVMAKE} -C tools
+    ${HVMAKE}
+    ${HVMAKE} install
+}